minecraft-data 3.78.0 → 3.80.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 (48) hide show
  1. package/data.js +78 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +3 -0
  4. package/minecraft-data/README.md +2 -2
  5. package/minecraft-data/data/bedrock/1.21.20/proto.yml +2 -2
  6. package/minecraft-data/data/bedrock/1.21.20/protocol.json +2 -2
  7. package/minecraft-data/data/bedrock/1.21.20/types.yml +1 -1
  8. package/minecraft-data/data/bedrock/1.21.30/proto.yml +2 -2
  9. package/minecraft-data/data/bedrock/1.21.30/protocol.json +1 -1
  10. package/minecraft-data/data/bedrock/1.21.42/proto.yml +4337 -0
  11. package/minecraft-data/data/bedrock/1.21.42/protocol.json +3 -3
  12. package/minecraft-data/data/bedrock/1.21.42/types.yml +2422 -0
  13. package/minecraft-data/data/bedrock/1.21.50/protocol.json +13034 -0
  14. package/minecraft-data/data/bedrock/1.21.50/version.json +6 -0
  15. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  16. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  17. package/minecraft-data/data/bedrock/latest/proto.yml +79 -3
  18. package/minecraft-data/data/bedrock/latest/types.yml +20 -3
  19. package/minecraft-data/data/dataPaths.json +79 -3
  20. package/minecraft-data/data/pc/1.20.5/proto.yml +5 -34
  21. package/minecraft-data/data/pc/1.20.5/protocol.json +26 -129
  22. package/minecraft-data/data/pc/1.21/version.json +6 -0
  23. package/minecraft-data/data/pc/1.21.1/attributes.json +219 -0
  24. package/minecraft-data/data/pc/1.21.1/proto.yml +3534 -0
  25. package/minecraft-data/data/pc/1.21.1/protocol.json +55 -51
  26. package/minecraft-data/data/pc/1.21.3/attributes.json +226 -0
  27. package/minecraft-data/data/pc/1.21.3/biomes.json +652 -0
  28. package/minecraft-data/data/pc/1.21.3/blockCollisionShapes.json +137701 -0
  29. package/minecraft-data/data/pc/1.21.3/blocks.json +40773 -0
  30. package/minecraft-data/data/pc/1.21.3/entities.json +4158 -0
  31. package/minecraft-data/data/pc/1.21.3/foods.json +402 -0
  32. package/minecraft-data/data/pc/1.21.3/items.json +9038 -0
  33. package/minecraft-data/data/pc/1.21.3/language.json +6974 -0
  34. package/minecraft-data/data/pc/1.21.3/materials.json +134 -0
  35. package/minecraft-data/data/pc/1.21.3/particles.json +446 -0
  36. package/minecraft-data/data/pc/1.21.3/protocol.json +9518 -0
  37. package/minecraft-data/data/pc/1.21.3/recipes.json +29693 -0
  38. package/minecraft-data/data/pc/1.21.3/sounds.json +6546 -0
  39. package/minecraft-data/data/pc/1.21.3/tints.json +465 -0
  40. package/minecraft-data/data/pc/1.21.3/version.json +6 -0
  41. package/minecraft-data/data/pc/common/features.json +5 -0
  42. package/minecraft-data/data/pc/common/protocolVersions.json +80 -0
  43. package/minecraft-data/data/pc/common/versions.json +3 -2
  44. package/minecraft-data/data/pc/latest/proto.yml +444 -603
  45. package/minecraft-data/doc/history.md +19 -0
  46. package/minecraft-data/tools/js/extractPcEntityMetadata.js +32 -10
  47. package/minecraft-data/tools/js/extractSlotComponents.js +23 -0
  48. package/package.json +1 -1
@@ -0,0 +1,4158 @@
1
+ [
2
+ {
3
+ "id": 0,
4
+ "internalId": 0,
5
+ "name": "acacia_boat",
6
+ "displayName": "Acacia Boat",
7
+ "width": 1.375,
8
+ "height": 0.5625,
9
+ "type": "other",
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
+ ]
27
+ },
28
+ {
29
+ "id": 1,
30
+ "internalId": 1,
31
+ "name": "acacia_chest_boat",
32
+ "displayName": "Acacia Boat with Chest",
33
+ "width": 1.375,
34
+ "height": 0.5625,
35
+ "type": "other",
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
+ ]
53
+ },
54
+ {
55
+ "id": 2,
56
+ "internalId": 2,
57
+ "name": "allay",
58
+ "displayName": "Allay",
59
+ "width": 0.35,
60
+ "height": 0.6,
61
+ "type": "mob",
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
+ ]
83
+ },
84
+ {
85
+ "id": 3,
86
+ "internalId": 3,
87
+ "name": "area_effect_cloud",
88
+ "displayName": "Area Effect Cloud",
89
+ "width": 6,
90
+ "height": 0.5,
91
+ "type": "other",
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
+ ]
106
+ },
107
+ {
108
+ "id": 4,
109
+ "internalId": 4,
110
+ "name": "armadillo",
111
+ "displayName": "Armadillo",
112
+ "width": 0.7,
113
+ "height": 0.65,
114
+ "type": "animal",
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
+ ]
136
+ },
137
+ {
138
+ "id": 5,
139
+ "internalId": 5,
140
+ "name": "armor_stand",
141
+ "displayName": "Armor Stand",
142
+ "width": 0.5,
143
+ "height": 1.975,
144
+ "type": "living",
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
+ ]
170
+ },
171
+ {
172
+ "id": 6,
173
+ "internalId": 6,
174
+ "name": "arrow",
175
+ "displayName": "Arrow",
176
+ "width": 0.5,
177
+ "height": 0.5,
178
+ "type": "projectile",
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
+ ]
194
+ },
195
+ {
196
+ "id": 7,
197
+ "internalId": 7,
198
+ "name": "axolotl",
199
+ "displayName": "Axolotl",
200
+ "width": 0.75,
201
+ "height": 0.42,
202
+ "type": "animal",
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
+ ]
226
+ },
227
+ {
228
+ "id": 8,
229
+ "internalId": 8,
230
+ "name": "bamboo_chest_raft",
231
+ "displayName": "Bamboo Raft with Chest",
232
+ "width": 1.375,
233
+ "height": 0.5625,
234
+ "type": "other",
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
+ ]
252
+ },
253
+ {
254
+ "id": 9,
255
+ "internalId": 9,
256
+ "name": "bamboo_raft",
257
+ "displayName": "Bamboo Raft",
258
+ "width": 1.375,
259
+ "height": 0.5625,
260
+ "type": "other",
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
+ ]
278
+ },
279
+ {
280
+ "id": 10,
281
+ "internalId": 10,
282
+ "name": "bat",
283
+ "displayName": "Bat",
284
+ "width": 0.5,
285
+ "height": 0.9,
286
+ "type": "ambient",
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
+ ]
307
+ },
308
+ {
309
+ "id": 11,
310
+ "internalId": 11,
311
+ "name": "bee",
312
+ "displayName": "Bee",
313
+ "width": 0.7,
314
+ "height": 0.6,
315
+ "type": "animal",
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
+ ]
338
+ },
339
+ {
340
+ "id": 12,
341
+ "internalId": 12,
342
+ "name": "birch_boat",
343
+ "displayName": "Birch Boat",
344
+ "width": 1.375,
345
+ "height": 0.5625,
346
+ "type": "other",
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
+ ]
364
+ },
365
+ {
366
+ "id": 13,
367
+ "internalId": 13,
368
+ "name": "birch_chest_boat",
369
+ "displayName": "Birch Boat with Chest",
370
+ "width": 1.375,
371
+ "height": 0.5625,
372
+ "type": "other",
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
+ ]
390
+ },
391
+ {
392
+ "id": 14,
393
+ "internalId": 14,
394
+ "name": "blaze",
395
+ "displayName": "Blaze",
396
+ "width": 0.6,
397
+ "height": 1.8,
398
+ "type": "hostile",
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
+ ]
419
+ },
420
+ {
421
+ "id": 15,
422
+ "internalId": 15,
423
+ "name": "block_display",
424
+ "displayName": "Block Display",
425
+ "width": 0,
426
+ "height": 0,
427
+ "type": "other",
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
+ ]
455
+ },
456
+ {
457
+ "id": 16,
458
+ "internalId": 16,
459
+ "name": "bogged",
460
+ "displayName": "Bogged",
461
+ "width": 0.6,
462
+ "height": 1.99,
463
+ "type": "hostile",
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
+ ]
484
+ },
485
+ {
486
+ "id": 17,
487
+ "internalId": 17,
488
+ "name": "breeze",
489
+ "displayName": "Breeze",
490
+ "width": 0.6,
491
+ "height": 1.77,
492
+ "type": "hostile",
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
+ ]
512
+ },
513
+ {
514
+ "id": 18,
515
+ "internalId": 18,
516
+ "name": "breeze_wind_charge",
517
+ "displayName": "Wind Charge",
518
+ "width": 0.3125,
519
+ "height": 0.3125,
520
+ "type": "projectile",
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
+ ]
532
+ },
533
+ {
534
+ "id": 19,
535
+ "internalId": 19,
536
+ "name": "camel",
537
+ "displayName": "Camel",
538
+ "width": 1.7,
539
+ "height": 2.375,
540
+ "type": "animal",
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
+ ]
564
+ },
565
+ {
566
+ "id": 20,
567
+ "internalId": 20,
568
+ "name": "cat",
569
+ "displayName": "Cat",
570
+ "width": 0.6,
571
+ "height": 0.7,
572
+ "type": "animal",
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
+ ]
599
+ },
600
+ {
601
+ "id": 21,
602
+ "internalId": 21,
603
+ "name": "cave_spider",
604
+ "displayName": "Cave Spider",
605
+ "width": 0.7,
606
+ "height": 0.5,
607
+ "type": "hostile",
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
+ ]
628
+ },
629
+ {
630
+ "id": 22,
631
+ "internalId": 22,
632
+ "name": "cherry_boat",
633
+ "displayName": "Cherry Boat",
634
+ "width": 1.375,
635
+ "height": 0.5625,
636
+ "type": "other",
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
+ ]
654
+ },
655
+ {
656
+ "id": 23,
657
+ "internalId": 23,
658
+ "name": "cherry_chest_boat",
659
+ "displayName": "Cherry Boat with Chest",
660
+ "width": 1.375,
661
+ "height": 0.5625,
662
+ "type": "other",
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
+ ]
680
+ },
681
+ {
682
+ "id": 24,
683
+ "internalId": 24,
684
+ "name": "chest_minecart",
685
+ "displayName": "Minecart with Chest",
686
+ "width": 0.98,
687
+ "height": 0.7,
688
+ "type": "other",
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
+ "display_block",
703
+ "display_offset",
704
+ "custom_display"
705
+ ]
706
+ },
707
+ {
708
+ "id": 25,
709
+ "internalId": 25,
710
+ "name": "chicken",
711
+ "displayName": "Chicken",
712
+ "width": 0.4,
713
+ "height": 0.7,
714
+ "type": "animal",
715
+ "category": "Passive mobs",
716
+ "metadataKeys": [
717
+ "shared_flags",
718
+ "air_supply",
719
+ "custom_name",
720
+ "custom_name_visible",
721
+ "silent",
722
+ "no_gravity",
723
+ "pose",
724
+ "ticks_frozen",
725
+ "living_entity_flags",
726
+ "health",
727
+ "effect_particles",
728
+ "effect_ambience",
729
+ "arrow_count",
730
+ "stinger_count",
731
+ "sleeping_pos",
732
+ "mob_flags",
733
+ "baby"
734
+ ]
735
+ },
736
+ {
737
+ "id": 26,
738
+ "internalId": 26,
739
+ "name": "cod",
740
+ "displayName": "Cod",
741
+ "width": 0.5,
742
+ "height": 0.3,
743
+ "type": "water_creature",
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
+ ]
764
+ },
765
+ {
766
+ "id": 27,
767
+ "internalId": 27,
768
+ "name": "command_block_minecart",
769
+ "displayName": "Minecart with Command Block",
770
+ "width": 0.98,
771
+ "height": 0.7,
772
+ "type": "other",
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
+ "display_block",
787
+ "display_offset",
788
+ "custom_display",
789
+ "command_name",
790
+ "last_output"
791
+ ]
792
+ },
793
+ {
794
+ "id": 28,
795
+ "internalId": 28,
796
+ "name": "cow",
797
+ "displayName": "Cow",
798
+ "width": 0.9,
799
+ "height": 1.4,
800
+ "type": "animal",
801
+ "category": "Passive mobs",
802
+ "metadataKeys": [
803
+ "shared_flags",
804
+ "air_supply",
805
+ "custom_name",
806
+ "custom_name_visible",
807
+ "silent",
808
+ "no_gravity",
809
+ "pose",
810
+ "ticks_frozen",
811
+ "living_entity_flags",
812
+ "health",
813
+ "effect_particles",
814
+ "effect_ambience",
815
+ "arrow_count",
816
+ "stinger_count",
817
+ "sleeping_pos",
818
+ "mob_flags",
819
+ "baby"
820
+ ]
821
+ },
822
+ {
823
+ "id": 29,
824
+ "internalId": 29,
825
+ "name": "creaking",
826
+ "displayName": "Creaking",
827
+ "width": 0.9,
828
+ "height": 2.7,
829
+ "type": "hostile",
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
+ ]
851
+ },
852
+ {
853
+ "id": 30,
854
+ "internalId": 30,
855
+ "name": "creaking_transient",
856
+ "displayName": "Creaking",
857
+ "width": 0.9,
858
+ "height": 2.7,
859
+ "type": "hostile",
860
+ "category": "Hostile mobs",
861
+ "metadataKeys": [
862
+ "shared_flags",
863
+ "air_supply",
864
+ "custom_name",
865
+ "custom_name_visible",
866
+ "silent",
867
+ "no_gravity",
868
+ "pose",
869
+ "ticks_frozen",
870
+ "living_entity_flags",
871
+ "health",
872
+ "effect_particles",
873
+ "effect_ambience",
874
+ "arrow_count",
875
+ "stinger_count",
876
+ "sleeping_pos",
877
+ "mob_flags",
878
+ "can_move",
879
+ "is_active"
880
+ ]
881
+ },
882
+ {
883
+ "id": 31,
884
+ "internalId": 31,
885
+ "name": "creeper",
886
+ "displayName": "Creeper",
887
+ "width": 0.6,
888
+ "height": 1.7,
889
+ "type": "hostile",
890
+ "category": "Hostile mobs",
891
+ "metadataKeys": [
892
+ "shared_flags",
893
+ "air_supply",
894
+ "custom_name",
895
+ "custom_name_visible",
896
+ "silent",
897
+ "no_gravity",
898
+ "pose",
899
+ "ticks_frozen",
900
+ "living_entity_flags",
901
+ "health",
902
+ "effect_particles",
903
+ "effect_ambience",
904
+ "arrow_count",
905
+ "stinger_count",
906
+ "sleeping_pos",
907
+ "mob_flags",
908
+ "swell_dir",
909
+ "is_powered",
910
+ "is_ignited"
911
+ ]
912
+ },
913
+ {
914
+ "id": 32,
915
+ "internalId": 32,
916
+ "name": "dark_oak_boat",
917
+ "displayName": "Dark Oak Boat",
918
+ "width": 1.375,
919
+ "height": 0.5625,
920
+ "type": "other",
921
+ "category": "Vehicles",
922
+ "metadataKeys": [
923
+ "shared_flags",
924
+ "air_supply",
925
+ "custom_name",
926
+ "custom_name_visible",
927
+ "silent",
928
+ "no_gravity",
929
+ "pose",
930
+ "ticks_frozen",
931
+ "hurt",
932
+ "hurtdir",
933
+ "damage",
934
+ "paddle_left",
935
+ "paddle_right",
936
+ "bubble_time"
937
+ ]
938
+ },
939
+ {
940
+ "id": 33,
941
+ "internalId": 33,
942
+ "name": "dark_oak_chest_boat",
943
+ "displayName": "Dark Oak Boat with Chest",
944
+ "width": 1.375,
945
+ "height": 0.5625,
946
+ "type": "other",
947
+ "category": "Vehicles",
948
+ "metadataKeys": [
949
+ "shared_flags",
950
+ "air_supply",
951
+ "custom_name",
952
+ "custom_name_visible",
953
+ "silent",
954
+ "no_gravity",
955
+ "pose",
956
+ "ticks_frozen",
957
+ "hurt",
958
+ "hurtdir",
959
+ "damage",
960
+ "paddle_left",
961
+ "paddle_right",
962
+ "bubble_time"
963
+ ]
964
+ },
965
+ {
966
+ "id": 34,
967
+ "internalId": 34,
968
+ "name": "dolphin",
969
+ "displayName": "Dolphin",
970
+ "width": 0.9,
971
+ "height": 0.6,
972
+ "type": "passive",
973
+ "category": "Passive mobs",
974
+ "metadataKeys": [
975
+ "shared_flags",
976
+ "air_supply",
977
+ "custom_name",
978
+ "custom_name_visible",
979
+ "silent",
980
+ "no_gravity",
981
+ "pose",
982
+ "ticks_frozen",
983
+ "living_entity_flags",
984
+ "health",
985
+ "effect_particles",
986
+ "effect_ambience",
987
+ "arrow_count",
988
+ "stinger_count",
989
+ "sleeping_pos",
990
+ "mob_flags",
991
+ "baby",
992
+ "treasure_pos",
993
+ "got_fish",
994
+ "moistness_level"
995
+ ]
996
+ },
997
+ {
998
+ "id": 35,
999
+ "internalId": 35,
1000
+ "name": "donkey",
1001
+ "displayName": "Donkey",
1002
+ "width": 1.3964844,
1003
+ "height": 1.5,
1004
+ "type": "animal",
1005
+ "category": "Passive mobs",
1006
+ "metadataKeys": [
1007
+ "shared_flags",
1008
+ "air_supply",
1009
+ "custom_name",
1010
+ "custom_name_visible",
1011
+ "silent",
1012
+ "no_gravity",
1013
+ "pose",
1014
+ "ticks_frozen",
1015
+ "living_entity_flags",
1016
+ "health",
1017
+ "effect_particles",
1018
+ "effect_ambience",
1019
+ "arrow_count",
1020
+ "stinger_count",
1021
+ "sleeping_pos",
1022
+ "mob_flags",
1023
+ "baby",
1024
+ "flags",
1025
+ "chest"
1026
+ ]
1027
+ },
1028
+ {
1029
+ "id": 36,
1030
+ "internalId": 36,
1031
+ "name": "dragon_fireball",
1032
+ "displayName": "Dragon Fireball",
1033
+ "width": 1,
1034
+ "height": 1,
1035
+ "type": "projectile",
1036
+ "category": "Projectiles",
1037
+ "metadataKeys": [
1038
+ "shared_flags",
1039
+ "air_supply",
1040
+ "custom_name",
1041
+ "custom_name_visible",
1042
+ "silent",
1043
+ "no_gravity",
1044
+ "pose",
1045
+ "ticks_frozen"
1046
+ ]
1047
+ },
1048
+ {
1049
+ "id": 37,
1050
+ "internalId": 37,
1051
+ "name": "drowned",
1052
+ "displayName": "Drowned",
1053
+ "width": 0.6,
1054
+ "height": 1.95,
1055
+ "type": "hostile",
1056
+ "category": "Hostile mobs",
1057
+ "metadataKeys": [
1058
+ "shared_flags",
1059
+ "air_supply",
1060
+ "custom_name",
1061
+ "custom_name_visible",
1062
+ "silent",
1063
+ "no_gravity",
1064
+ "pose",
1065
+ "ticks_frozen",
1066
+ "living_entity_flags",
1067
+ "health",
1068
+ "effect_particles",
1069
+ "effect_ambience",
1070
+ "arrow_count",
1071
+ "stinger_count",
1072
+ "sleeping_pos",
1073
+ "mob_flags",
1074
+ "baby",
1075
+ "special_type",
1076
+ "drowned_conversion"
1077
+ ]
1078
+ },
1079
+ {
1080
+ "id": 38,
1081
+ "internalId": 38,
1082
+ "name": "egg",
1083
+ "displayName": "Thrown Egg",
1084
+ "width": 0.25,
1085
+ "height": 0.25,
1086
+ "type": "projectile",
1087
+ "category": "Projectiles",
1088
+ "metadataKeys": [
1089
+ "shared_flags",
1090
+ "air_supply",
1091
+ "custom_name",
1092
+ "custom_name_visible",
1093
+ "silent",
1094
+ "no_gravity",
1095
+ "pose",
1096
+ "ticks_frozen",
1097
+ "item_stack"
1098
+ ]
1099
+ },
1100
+ {
1101
+ "id": 39,
1102
+ "internalId": 39,
1103
+ "name": "elder_guardian",
1104
+ "displayName": "Elder Guardian",
1105
+ "width": 1.9975,
1106
+ "height": 1.9975,
1107
+ "type": "hostile",
1108
+ "category": "Hostile mobs",
1109
+ "metadataKeys": [
1110
+ "shared_flags",
1111
+ "air_supply",
1112
+ "custom_name",
1113
+ "custom_name_visible",
1114
+ "silent",
1115
+ "no_gravity",
1116
+ "pose",
1117
+ "ticks_frozen",
1118
+ "living_entity_flags",
1119
+ "health",
1120
+ "effect_particles",
1121
+ "effect_ambience",
1122
+ "arrow_count",
1123
+ "stinger_count",
1124
+ "sleeping_pos",
1125
+ "mob_flags",
1126
+ "moving",
1127
+ "attack_target"
1128
+ ]
1129
+ },
1130
+ {
1131
+ "id": 40,
1132
+ "internalId": 40,
1133
+ "name": "enderman",
1134
+ "displayName": "Enderman",
1135
+ "width": 0.6,
1136
+ "height": 2.9,
1137
+ "type": "hostile",
1138
+ "category": "Hostile mobs",
1139
+ "metadataKeys": [
1140
+ "shared_flags",
1141
+ "air_supply",
1142
+ "custom_name",
1143
+ "custom_name_visible",
1144
+ "silent",
1145
+ "no_gravity",
1146
+ "pose",
1147
+ "ticks_frozen",
1148
+ "living_entity_flags",
1149
+ "health",
1150
+ "effect_particles",
1151
+ "effect_ambience",
1152
+ "arrow_count",
1153
+ "stinger_count",
1154
+ "sleeping_pos",
1155
+ "mob_flags",
1156
+ "carry_state",
1157
+ "creepy",
1158
+ "stared_at"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "id": 41,
1163
+ "internalId": 41,
1164
+ "name": "endermite",
1165
+ "displayName": "Endermite",
1166
+ "width": 0.4,
1167
+ "height": 0.3,
1168
+ "type": "hostile",
1169
+ "category": "Hostile mobs",
1170
+ "metadataKeys": [
1171
+ "shared_flags",
1172
+ "air_supply",
1173
+ "custom_name",
1174
+ "custom_name_visible",
1175
+ "silent",
1176
+ "no_gravity",
1177
+ "pose",
1178
+ "ticks_frozen",
1179
+ "living_entity_flags",
1180
+ "health",
1181
+ "effect_particles",
1182
+ "effect_ambience",
1183
+ "arrow_count",
1184
+ "stinger_count",
1185
+ "sleeping_pos",
1186
+ "mob_flags"
1187
+ ]
1188
+ },
1189
+ {
1190
+ "id": 42,
1191
+ "internalId": 42,
1192
+ "name": "ender_dragon",
1193
+ "displayName": "Ender Dragon",
1194
+ "width": 16,
1195
+ "height": 8,
1196
+ "type": "mob",
1197
+ "category": "Hostile mobs",
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
+ "living_entity_flags",
1208
+ "health",
1209
+ "effect_particles",
1210
+ "effect_ambience",
1211
+ "arrow_count",
1212
+ "stinger_count",
1213
+ "sleeping_pos",
1214
+ "mob_flags",
1215
+ "phase"
1216
+ ]
1217
+ },
1218
+ {
1219
+ "id": 43,
1220
+ "internalId": 43,
1221
+ "name": "ender_pearl",
1222
+ "displayName": "Thrown Ender Pearl",
1223
+ "width": 0.25,
1224
+ "height": 0.25,
1225
+ "type": "projectile",
1226
+ "category": "Projectiles",
1227
+ "metadataKeys": [
1228
+ "shared_flags",
1229
+ "air_supply",
1230
+ "custom_name",
1231
+ "custom_name_visible",
1232
+ "silent",
1233
+ "no_gravity",
1234
+ "pose",
1235
+ "ticks_frozen",
1236
+ "item_stack"
1237
+ ]
1238
+ },
1239
+ {
1240
+ "id": 44,
1241
+ "internalId": 44,
1242
+ "name": "end_crystal",
1243
+ "displayName": "End Crystal",
1244
+ "width": 2,
1245
+ "height": 2,
1246
+ "type": "other",
1247
+ "category": "Immobile",
1248
+ "metadataKeys": [
1249
+ "shared_flags",
1250
+ "air_supply",
1251
+ "custom_name",
1252
+ "custom_name_visible",
1253
+ "silent",
1254
+ "no_gravity",
1255
+ "pose",
1256
+ "ticks_frozen",
1257
+ "beam_target",
1258
+ "show_bottom"
1259
+ ]
1260
+ },
1261
+ {
1262
+ "id": 45,
1263
+ "internalId": 45,
1264
+ "name": "evoker",
1265
+ "displayName": "Evoker",
1266
+ "width": 0.6,
1267
+ "height": 1.95,
1268
+ "type": "hostile",
1269
+ "category": "Hostile mobs",
1270
+ "metadataKeys": [
1271
+ "shared_flags",
1272
+ "air_supply",
1273
+ "custom_name",
1274
+ "custom_name_visible",
1275
+ "silent",
1276
+ "no_gravity",
1277
+ "pose",
1278
+ "ticks_frozen",
1279
+ "living_entity_flags",
1280
+ "health",
1281
+ "effect_particles",
1282
+ "effect_ambience",
1283
+ "arrow_count",
1284
+ "stinger_count",
1285
+ "sleeping_pos",
1286
+ "mob_flags",
1287
+ "is_celebrating",
1288
+ "spell_casting"
1289
+ ]
1290
+ },
1291
+ {
1292
+ "id": 46,
1293
+ "internalId": 46,
1294
+ "name": "evoker_fangs",
1295
+ "displayName": "Evoker Fangs",
1296
+ "width": 0.5,
1297
+ "height": 0.8,
1298
+ "type": "other",
1299
+ "category": "Hostile mobs",
1300
+ "metadataKeys": [
1301
+ "shared_flags",
1302
+ "air_supply",
1303
+ "custom_name",
1304
+ "custom_name_visible",
1305
+ "silent",
1306
+ "no_gravity",
1307
+ "pose",
1308
+ "ticks_frozen"
1309
+ ]
1310
+ },
1311
+ {
1312
+ "id": 47,
1313
+ "internalId": 47,
1314
+ "name": "experience_bottle",
1315
+ "displayName": "Thrown Bottle o' Enchanting",
1316
+ "width": 0.25,
1317
+ "height": 0.25,
1318
+ "type": "projectile",
1319
+ "category": "Projectiles",
1320
+ "metadataKeys": [
1321
+ "shared_flags",
1322
+ "air_supply",
1323
+ "custom_name",
1324
+ "custom_name_visible",
1325
+ "silent",
1326
+ "no_gravity",
1327
+ "pose",
1328
+ "ticks_frozen",
1329
+ "item_stack"
1330
+ ]
1331
+ },
1332
+ {
1333
+ "id": 48,
1334
+ "internalId": 48,
1335
+ "name": "experience_orb",
1336
+ "displayName": "Experience Orb",
1337
+ "width": 0.5,
1338
+ "height": 0.5,
1339
+ "type": "other",
1340
+ "category": "UNKNOWN",
1341
+ "metadataKeys": [
1342
+ "shared_flags",
1343
+ "air_supply",
1344
+ "custom_name",
1345
+ "custom_name_visible",
1346
+ "silent",
1347
+ "no_gravity",
1348
+ "pose",
1349
+ "ticks_frozen"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "id": 49,
1354
+ "internalId": 49,
1355
+ "name": "eye_of_ender",
1356
+ "displayName": "Eye of Ender",
1357
+ "width": 0.25,
1358
+ "height": 0.25,
1359
+ "type": "other",
1360
+ "category": "UNKNOWN",
1361
+ "metadataKeys": [
1362
+ "shared_flags",
1363
+ "air_supply",
1364
+ "custom_name",
1365
+ "custom_name_visible",
1366
+ "silent",
1367
+ "no_gravity",
1368
+ "pose",
1369
+ "ticks_frozen",
1370
+ "item_stack"
1371
+ ]
1372
+ },
1373
+ {
1374
+ "id": 50,
1375
+ "internalId": 50,
1376
+ "name": "falling_block",
1377
+ "displayName": "Falling Block",
1378
+ "width": 0.98,
1379
+ "height": 0.98,
1380
+ "type": "other",
1381
+ "category": "UNKNOWN",
1382
+ "metadataKeys": [
1383
+ "shared_flags",
1384
+ "air_supply",
1385
+ "custom_name",
1386
+ "custom_name_visible",
1387
+ "silent",
1388
+ "no_gravity",
1389
+ "pose",
1390
+ "ticks_frozen",
1391
+ "start_pos"
1392
+ ]
1393
+ },
1394
+ {
1395
+ "id": 51,
1396
+ "internalId": 51,
1397
+ "name": "fireball",
1398
+ "displayName": "Fireball",
1399
+ "width": 1,
1400
+ "height": 1,
1401
+ "type": "projectile",
1402
+ "category": "Projectiles",
1403
+ "metadataKeys": [
1404
+ "shared_flags",
1405
+ "air_supply",
1406
+ "custom_name",
1407
+ "custom_name_visible",
1408
+ "silent",
1409
+ "no_gravity",
1410
+ "pose",
1411
+ "ticks_frozen",
1412
+ "item_stack"
1413
+ ]
1414
+ },
1415
+ {
1416
+ "id": 52,
1417
+ "internalId": 52,
1418
+ "name": "firework_rocket",
1419
+ "displayName": "Firework Rocket",
1420
+ "width": 0.25,
1421
+ "height": 0.25,
1422
+ "type": "projectile",
1423
+ "category": "Projectiles",
1424
+ "metadataKeys": [
1425
+ "shared_flags",
1426
+ "air_supply",
1427
+ "custom_name",
1428
+ "custom_name_visible",
1429
+ "silent",
1430
+ "no_gravity",
1431
+ "pose",
1432
+ "ticks_frozen",
1433
+ "fireworks_item",
1434
+ "attached_to_target",
1435
+ "shot_at_angle"
1436
+ ]
1437
+ },
1438
+ {
1439
+ "id": 53,
1440
+ "internalId": 53,
1441
+ "name": "fox",
1442
+ "displayName": "Fox",
1443
+ "width": 0.6,
1444
+ "height": 0.7,
1445
+ "type": "animal",
1446
+ "category": "Passive mobs",
1447
+ "metadataKeys": [
1448
+ "shared_flags",
1449
+ "air_supply",
1450
+ "custom_name",
1451
+ "custom_name_visible",
1452
+ "silent",
1453
+ "no_gravity",
1454
+ "pose",
1455
+ "ticks_frozen",
1456
+ "living_entity_flags",
1457
+ "health",
1458
+ "effect_particles",
1459
+ "effect_ambience",
1460
+ "arrow_count",
1461
+ "stinger_count",
1462
+ "sleeping_pos",
1463
+ "mob_flags",
1464
+ "baby",
1465
+ "type",
1466
+ "flags",
1467
+ "trusted_0",
1468
+ "trusted_1"
1469
+ ]
1470
+ },
1471
+ {
1472
+ "id": 54,
1473
+ "internalId": 54,
1474
+ "name": "frog",
1475
+ "displayName": "Frog",
1476
+ "width": 0.5,
1477
+ "height": 0.5,
1478
+ "type": "animal",
1479
+ "category": "Passive mobs",
1480
+ "metadataKeys": [
1481
+ "shared_flags",
1482
+ "air_supply",
1483
+ "custom_name",
1484
+ "custom_name_visible",
1485
+ "silent",
1486
+ "no_gravity",
1487
+ "pose",
1488
+ "ticks_frozen",
1489
+ "living_entity_flags",
1490
+ "health",
1491
+ "effect_particles",
1492
+ "effect_ambience",
1493
+ "arrow_count",
1494
+ "stinger_count",
1495
+ "sleeping_pos",
1496
+ "mob_flags",
1497
+ "baby",
1498
+ "variant",
1499
+ "tongue_target"
1500
+ ]
1501
+ },
1502
+ {
1503
+ "id": 55,
1504
+ "internalId": 55,
1505
+ "name": "furnace_minecart",
1506
+ "displayName": "Minecart with Furnace",
1507
+ "width": 0.98,
1508
+ "height": 0.7,
1509
+ "type": "other",
1510
+ "category": "Vehicles",
1511
+ "metadataKeys": [
1512
+ "shared_flags",
1513
+ "air_supply",
1514
+ "custom_name",
1515
+ "custom_name_visible",
1516
+ "silent",
1517
+ "no_gravity",
1518
+ "pose",
1519
+ "ticks_frozen",
1520
+ "hurt",
1521
+ "hurtdir",
1522
+ "damage",
1523
+ "display_block",
1524
+ "display_offset",
1525
+ "custom_display",
1526
+ "fuel"
1527
+ ]
1528
+ },
1529
+ {
1530
+ "id": 56,
1531
+ "internalId": 56,
1532
+ "name": "ghast",
1533
+ "displayName": "Ghast",
1534
+ "width": 4,
1535
+ "height": 4,
1536
+ "type": "mob",
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
+ "is_charging"
1556
+ ]
1557
+ },
1558
+ {
1559
+ "id": 57,
1560
+ "internalId": 57,
1561
+ "name": "giant",
1562
+ "displayName": "Giant",
1563
+ "width": 3.6,
1564
+ "height": 12,
1565
+ "type": "hostile",
1566
+ "category": "Hostile mobs",
1567
+ "metadataKeys": [
1568
+ "shared_flags",
1569
+ "air_supply",
1570
+ "custom_name",
1571
+ "custom_name_visible",
1572
+ "silent",
1573
+ "no_gravity",
1574
+ "pose",
1575
+ "ticks_frozen",
1576
+ "living_entity_flags",
1577
+ "health",
1578
+ "effect_particles",
1579
+ "effect_ambience",
1580
+ "arrow_count",
1581
+ "stinger_count",
1582
+ "sleeping_pos",
1583
+ "mob_flags"
1584
+ ]
1585
+ },
1586
+ {
1587
+ "id": 58,
1588
+ "internalId": 58,
1589
+ "name": "glow_item_frame",
1590
+ "displayName": "Glow Item Frame",
1591
+ "width": 0.5,
1592
+ "height": 0.5,
1593
+ "type": "other",
1594
+ "category": "Immobile",
1595
+ "metadataKeys": [
1596
+ "shared_flags",
1597
+ "air_supply",
1598
+ "custom_name",
1599
+ "custom_name_visible",
1600
+ "silent",
1601
+ "no_gravity",
1602
+ "pose",
1603
+ "ticks_frozen",
1604
+ "item",
1605
+ "rotation"
1606
+ ]
1607
+ },
1608
+ {
1609
+ "id": 59,
1610
+ "internalId": 59,
1611
+ "name": "glow_squid",
1612
+ "displayName": "Glow Squid",
1613
+ "width": 0.8,
1614
+ "height": 0.8,
1615
+ "type": "passive",
1616
+ "category": "Passive mobs",
1617
+ "metadataKeys": [
1618
+ "shared_flags",
1619
+ "air_supply",
1620
+ "custom_name",
1621
+ "custom_name_visible",
1622
+ "silent",
1623
+ "no_gravity",
1624
+ "pose",
1625
+ "ticks_frozen",
1626
+ "living_entity_flags",
1627
+ "health",
1628
+ "effect_particles",
1629
+ "effect_ambience",
1630
+ "arrow_count",
1631
+ "stinger_count",
1632
+ "sleeping_pos",
1633
+ "mob_flags",
1634
+ "baby",
1635
+ "dark_ticks_remaining"
1636
+ ]
1637
+ },
1638
+ {
1639
+ "id": 60,
1640
+ "internalId": 60,
1641
+ "name": "goat",
1642
+ "displayName": "Goat",
1643
+ "width": 0.9,
1644
+ "height": 1.3,
1645
+ "type": "animal",
1646
+ "category": "Passive mobs",
1647
+ "metadataKeys": [
1648
+ "shared_flags",
1649
+ "air_supply",
1650
+ "custom_name",
1651
+ "custom_name_visible",
1652
+ "silent",
1653
+ "no_gravity",
1654
+ "pose",
1655
+ "ticks_frozen",
1656
+ "living_entity_flags",
1657
+ "health",
1658
+ "effect_particles",
1659
+ "effect_ambience",
1660
+ "arrow_count",
1661
+ "stinger_count",
1662
+ "sleeping_pos",
1663
+ "mob_flags",
1664
+ "baby",
1665
+ "is_screaming_goat",
1666
+ "has_left_horn",
1667
+ "has_right_horn"
1668
+ ]
1669
+ },
1670
+ {
1671
+ "id": 61,
1672
+ "internalId": 61,
1673
+ "name": "guardian",
1674
+ "displayName": "Guardian",
1675
+ "width": 0.85,
1676
+ "height": 0.85,
1677
+ "type": "hostile",
1678
+ "category": "Hostile mobs",
1679
+ "metadataKeys": [
1680
+ "shared_flags",
1681
+ "air_supply",
1682
+ "custom_name",
1683
+ "custom_name_visible",
1684
+ "silent",
1685
+ "no_gravity",
1686
+ "pose",
1687
+ "ticks_frozen",
1688
+ "living_entity_flags",
1689
+ "health",
1690
+ "effect_particles",
1691
+ "effect_ambience",
1692
+ "arrow_count",
1693
+ "stinger_count",
1694
+ "sleeping_pos",
1695
+ "mob_flags",
1696
+ "moving",
1697
+ "attack_target"
1698
+ ]
1699
+ },
1700
+ {
1701
+ "id": 62,
1702
+ "internalId": 62,
1703
+ "name": "hoglin",
1704
+ "displayName": "Hoglin",
1705
+ "width": 1.3964844,
1706
+ "height": 1.4,
1707
+ "type": "animal",
1708
+ "category": "Hostile mobs",
1709
+ "metadataKeys": [
1710
+ "shared_flags",
1711
+ "air_supply",
1712
+ "custom_name",
1713
+ "custom_name_visible",
1714
+ "silent",
1715
+ "no_gravity",
1716
+ "pose",
1717
+ "ticks_frozen",
1718
+ "living_entity_flags",
1719
+ "health",
1720
+ "effect_particles",
1721
+ "effect_ambience",
1722
+ "arrow_count",
1723
+ "stinger_count",
1724
+ "sleeping_pos",
1725
+ "mob_flags",
1726
+ "baby",
1727
+ "immune_to_zombification"
1728
+ ]
1729
+ },
1730
+ {
1731
+ "id": 63,
1732
+ "internalId": 63,
1733
+ "name": "hopper_minecart",
1734
+ "displayName": "Minecart with Hopper",
1735
+ "width": 0.98,
1736
+ "height": 0.7,
1737
+ "type": "other",
1738
+ "category": "Vehicles",
1739
+ "metadataKeys": [
1740
+ "shared_flags",
1741
+ "air_supply",
1742
+ "custom_name",
1743
+ "custom_name_visible",
1744
+ "silent",
1745
+ "no_gravity",
1746
+ "pose",
1747
+ "ticks_frozen",
1748
+ "hurt",
1749
+ "hurtdir",
1750
+ "damage",
1751
+ "display_block",
1752
+ "display_offset",
1753
+ "custom_display"
1754
+ ]
1755
+ },
1756
+ {
1757
+ "id": 64,
1758
+ "internalId": 64,
1759
+ "name": "horse",
1760
+ "displayName": "Horse",
1761
+ "width": 1.3964844,
1762
+ "height": 1.6,
1763
+ "type": "animal",
1764
+ "category": "Passive mobs",
1765
+ "metadataKeys": [
1766
+ "shared_flags",
1767
+ "air_supply",
1768
+ "custom_name",
1769
+ "custom_name_visible",
1770
+ "silent",
1771
+ "no_gravity",
1772
+ "pose",
1773
+ "ticks_frozen",
1774
+ "living_entity_flags",
1775
+ "health",
1776
+ "effect_particles",
1777
+ "effect_ambience",
1778
+ "arrow_count",
1779
+ "stinger_count",
1780
+ "sleeping_pos",
1781
+ "mob_flags",
1782
+ "baby",
1783
+ "flags",
1784
+ "type_variant"
1785
+ ]
1786
+ },
1787
+ {
1788
+ "id": 65,
1789
+ "internalId": 65,
1790
+ "name": "husk",
1791
+ "displayName": "Husk",
1792
+ "width": 0.6,
1793
+ "height": 1.95,
1794
+ "type": "hostile",
1795
+ "category": "Hostile mobs",
1796
+ "metadataKeys": [
1797
+ "shared_flags",
1798
+ "air_supply",
1799
+ "custom_name",
1800
+ "custom_name_visible",
1801
+ "silent",
1802
+ "no_gravity",
1803
+ "pose",
1804
+ "ticks_frozen",
1805
+ "living_entity_flags",
1806
+ "health",
1807
+ "effect_particles",
1808
+ "effect_ambience",
1809
+ "arrow_count",
1810
+ "stinger_count",
1811
+ "sleeping_pos",
1812
+ "mob_flags",
1813
+ "baby",
1814
+ "special_type",
1815
+ "drowned_conversion"
1816
+ ]
1817
+ },
1818
+ {
1819
+ "id": 66,
1820
+ "internalId": 66,
1821
+ "name": "illusioner",
1822
+ "displayName": "Illusioner",
1823
+ "width": 0.6,
1824
+ "height": 1.95,
1825
+ "type": "hostile",
1826
+ "category": "Hostile mobs",
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
+ "living_entity_flags",
1837
+ "health",
1838
+ "effect_particles",
1839
+ "effect_ambience",
1840
+ "arrow_count",
1841
+ "stinger_count",
1842
+ "sleeping_pos",
1843
+ "mob_flags",
1844
+ "is_celebrating",
1845
+ "spell_casting"
1846
+ ]
1847
+ },
1848
+ {
1849
+ "id": 67,
1850
+ "internalId": 67,
1851
+ "name": "interaction",
1852
+ "displayName": "Interaction",
1853
+ "width": 0,
1854
+ "height": 0,
1855
+ "type": "other",
1856
+ "category": "Immobile",
1857
+ "metadataKeys": [
1858
+ "shared_flags",
1859
+ "air_supply",
1860
+ "custom_name",
1861
+ "custom_name_visible",
1862
+ "silent",
1863
+ "no_gravity",
1864
+ "pose",
1865
+ "ticks_frozen",
1866
+ "width",
1867
+ "height",
1868
+ "response"
1869
+ ]
1870
+ },
1871
+ {
1872
+ "id": 68,
1873
+ "internalId": 68,
1874
+ "name": "iron_golem",
1875
+ "displayName": "Iron Golem",
1876
+ "width": 1.4,
1877
+ "height": 2.7,
1878
+ "type": "mob",
1879
+ "category": "Passive mobs",
1880
+ "metadataKeys": [
1881
+ "shared_flags",
1882
+ "air_supply",
1883
+ "custom_name",
1884
+ "custom_name_visible",
1885
+ "silent",
1886
+ "no_gravity",
1887
+ "pose",
1888
+ "ticks_frozen",
1889
+ "living_entity_flags",
1890
+ "health",
1891
+ "effect_particles",
1892
+ "effect_ambience",
1893
+ "arrow_count",
1894
+ "stinger_count",
1895
+ "sleeping_pos",
1896
+ "mob_flags",
1897
+ "flags"
1898
+ ]
1899
+ },
1900
+ {
1901
+ "id": 69,
1902
+ "internalId": 69,
1903
+ "name": "item",
1904
+ "displayName": "Item",
1905
+ "width": 0.25,
1906
+ "height": 0.25,
1907
+ "type": "other",
1908
+ "category": "UNKNOWN",
1909
+ "metadataKeys": [
1910
+ "shared_flags",
1911
+ "air_supply",
1912
+ "custom_name",
1913
+ "custom_name_visible",
1914
+ "silent",
1915
+ "no_gravity",
1916
+ "pose",
1917
+ "ticks_frozen",
1918
+ "item"
1919
+ ]
1920
+ },
1921
+ {
1922
+ "id": 70,
1923
+ "internalId": 70,
1924
+ "name": "item_display",
1925
+ "displayName": "Item Display",
1926
+ "width": 0,
1927
+ "height": 0,
1928
+ "type": "other",
1929
+ "category": "Immobile",
1930
+ "metadataKeys": [
1931
+ "shared_flags",
1932
+ "air_supply",
1933
+ "custom_name",
1934
+ "custom_name_visible",
1935
+ "silent",
1936
+ "no_gravity",
1937
+ "pose",
1938
+ "ticks_frozen",
1939
+ "transformation_interpolation_start_delta_ticks",
1940
+ "transformation_interpolation_duration",
1941
+ "pos_rot_interpolation_duration",
1942
+ "translation",
1943
+ "scale",
1944
+ "left_rotation",
1945
+ "right_rotation",
1946
+ "billboard_render_constraints",
1947
+ "brightness_override",
1948
+ "view_range",
1949
+ "shadow_radius",
1950
+ "shadow_strength",
1951
+ "width",
1952
+ "height",
1953
+ "glow_color_override",
1954
+ "item_stack",
1955
+ "item_display"
1956
+ ]
1957
+ },
1958
+ {
1959
+ "id": 71,
1960
+ "internalId": 71,
1961
+ "name": "item_frame",
1962
+ "displayName": "Item Frame",
1963
+ "width": 0.5,
1964
+ "height": 0.5,
1965
+ "type": "other",
1966
+ "category": "Immobile",
1967
+ "metadataKeys": [
1968
+ "shared_flags",
1969
+ "air_supply",
1970
+ "custom_name",
1971
+ "custom_name_visible",
1972
+ "silent",
1973
+ "no_gravity",
1974
+ "pose",
1975
+ "ticks_frozen",
1976
+ "item",
1977
+ "rotation"
1978
+ ]
1979
+ },
1980
+ {
1981
+ "id": 72,
1982
+ "internalId": 72,
1983
+ "name": "jungle_boat",
1984
+ "displayName": "Jungle Boat",
1985
+ "width": 1.375,
1986
+ "height": 0.5625,
1987
+ "type": "other",
1988
+ "category": "Vehicles",
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
+ "hurt",
1999
+ "hurtdir",
2000
+ "damage",
2001
+ "paddle_left",
2002
+ "paddle_right",
2003
+ "bubble_time"
2004
+ ]
2005
+ },
2006
+ {
2007
+ "id": 73,
2008
+ "internalId": 73,
2009
+ "name": "jungle_chest_boat",
2010
+ "displayName": "Jungle Boat with Chest",
2011
+ "width": 1.375,
2012
+ "height": 0.5625,
2013
+ "type": "other",
2014
+ "category": "Vehicles",
2015
+ "metadataKeys": [
2016
+ "shared_flags",
2017
+ "air_supply",
2018
+ "custom_name",
2019
+ "custom_name_visible",
2020
+ "silent",
2021
+ "no_gravity",
2022
+ "pose",
2023
+ "ticks_frozen",
2024
+ "hurt",
2025
+ "hurtdir",
2026
+ "damage",
2027
+ "paddle_left",
2028
+ "paddle_right",
2029
+ "bubble_time"
2030
+ ]
2031
+ },
2032
+ {
2033
+ "id": 74,
2034
+ "internalId": 74,
2035
+ "name": "leash_knot",
2036
+ "displayName": "Leash Knot",
2037
+ "width": 0.375,
2038
+ "height": 0.5,
2039
+ "type": "other",
2040
+ "category": "Immobile",
2041
+ "metadataKeys": [
2042
+ "shared_flags",
2043
+ "air_supply",
2044
+ "custom_name",
2045
+ "custom_name_visible",
2046
+ "silent",
2047
+ "no_gravity",
2048
+ "pose",
2049
+ "ticks_frozen"
2050
+ ]
2051
+ },
2052
+ {
2053
+ "id": 75,
2054
+ "internalId": 75,
2055
+ "name": "lightning_bolt",
2056
+ "displayName": "Lightning Bolt",
2057
+ "width": 0,
2058
+ "height": 0,
2059
+ "type": "other",
2060
+ "category": "UNKNOWN",
2061
+ "metadataKeys": [
2062
+ "shared_flags",
2063
+ "air_supply",
2064
+ "custom_name",
2065
+ "custom_name_visible",
2066
+ "silent",
2067
+ "no_gravity",
2068
+ "pose",
2069
+ "ticks_frozen"
2070
+ ]
2071
+ },
2072
+ {
2073
+ "id": 76,
2074
+ "internalId": 76,
2075
+ "name": "llama",
2076
+ "displayName": "Llama",
2077
+ "width": 0.9,
2078
+ "height": 1.87,
2079
+ "type": "animal",
2080
+ "category": "Passive 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_particles",
2093
+ "effect_ambience",
2094
+ "arrow_count",
2095
+ "stinger_count",
2096
+ "sleeping_pos",
2097
+ "mob_flags",
2098
+ "baby",
2099
+ "flags",
2100
+ "chest",
2101
+ "strength",
2102
+ "variant"
2103
+ ]
2104
+ },
2105
+ {
2106
+ "id": 77,
2107
+ "internalId": 77,
2108
+ "name": "llama_spit",
2109
+ "displayName": "Llama Spit",
2110
+ "width": 0.25,
2111
+ "height": 0.25,
2112
+ "type": "projectile",
2113
+ "category": "Projectiles",
2114
+ "metadataKeys": [
2115
+ "shared_flags",
2116
+ "air_supply",
2117
+ "custom_name",
2118
+ "custom_name_visible",
2119
+ "silent",
2120
+ "no_gravity",
2121
+ "pose",
2122
+ "ticks_frozen"
2123
+ ]
2124
+ },
2125
+ {
2126
+ "id": 78,
2127
+ "internalId": 78,
2128
+ "name": "magma_cube",
2129
+ "displayName": "Magma Cube",
2130
+ "width": 0.52,
2131
+ "height": 0.52,
2132
+ "type": "mob",
2133
+ "category": "Hostile mobs",
2134
+ "metadataKeys": [
2135
+ "shared_flags",
2136
+ "air_supply",
2137
+ "custom_name",
2138
+ "custom_name_visible",
2139
+ "silent",
2140
+ "no_gravity",
2141
+ "pose",
2142
+ "ticks_frozen",
2143
+ "living_entity_flags",
2144
+ "health",
2145
+ "effect_particles",
2146
+ "effect_ambience",
2147
+ "arrow_count",
2148
+ "stinger_count",
2149
+ "sleeping_pos",
2150
+ "mob_flags",
2151
+ "size"
2152
+ ]
2153
+ },
2154
+ {
2155
+ "id": 79,
2156
+ "internalId": 79,
2157
+ "name": "mangrove_boat",
2158
+ "displayName": "Mangrove Boat",
2159
+ "width": 1.375,
2160
+ "height": 0.5625,
2161
+ "type": "other",
2162
+ "category": "Vehicles",
2163
+ "metadataKeys": [
2164
+ "shared_flags",
2165
+ "air_supply",
2166
+ "custom_name",
2167
+ "custom_name_visible",
2168
+ "silent",
2169
+ "no_gravity",
2170
+ "pose",
2171
+ "ticks_frozen",
2172
+ "hurt",
2173
+ "hurtdir",
2174
+ "damage",
2175
+ "paddle_left",
2176
+ "paddle_right",
2177
+ "bubble_time"
2178
+ ]
2179
+ },
2180
+ {
2181
+ "id": 80,
2182
+ "internalId": 80,
2183
+ "name": "mangrove_chest_boat",
2184
+ "displayName": "Mangrove Boat with Chest",
2185
+ "width": 1.375,
2186
+ "height": 0.5625,
2187
+ "type": "other",
2188
+ "category": "Vehicles",
2189
+ "metadataKeys": [
2190
+ "shared_flags",
2191
+ "air_supply",
2192
+ "custom_name",
2193
+ "custom_name_visible",
2194
+ "silent",
2195
+ "no_gravity",
2196
+ "pose",
2197
+ "ticks_frozen",
2198
+ "hurt",
2199
+ "hurtdir",
2200
+ "damage",
2201
+ "paddle_left",
2202
+ "paddle_right",
2203
+ "bubble_time"
2204
+ ]
2205
+ },
2206
+ {
2207
+ "id": 81,
2208
+ "internalId": 81,
2209
+ "name": "marker",
2210
+ "displayName": "Marker",
2211
+ "width": 0,
2212
+ "height": 0,
2213
+ "type": "other",
2214
+ "category": "UNKNOWN",
2215
+ "metadataKeys": [
2216
+ "shared_flags",
2217
+ "air_supply",
2218
+ "custom_name",
2219
+ "custom_name_visible",
2220
+ "silent",
2221
+ "no_gravity",
2222
+ "pose",
2223
+ "ticks_frozen"
2224
+ ]
2225
+ },
2226
+ {
2227
+ "id": 82,
2228
+ "internalId": 82,
2229
+ "name": "minecart",
2230
+ "displayName": "Minecart",
2231
+ "width": 0.98,
2232
+ "height": 0.7,
2233
+ "type": "other",
2234
+ "category": "Vehicles",
2235
+ "metadataKeys": [
2236
+ "shared_flags",
2237
+ "air_supply",
2238
+ "custom_name",
2239
+ "custom_name_visible",
2240
+ "silent",
2241
+ "no_gravity",
2242
+ "pose",
2243
+ "ticks_frozen",
2244
+ "hurt",
2245
+ "hurtdir",
2246
+ "damage",
2247
+ "display_block",
2248
+ "display_offset",
2249
+ "custom_display"
2250
+ ]
2251
+ },
2252
+ {
2253
+ "id": 83,
2254
+ "internalId": 83,
2255
+ "name": "mooshroom",
2256
+ "displayName": "Mooshroom",
2257
+ "width": 0.9,
2258
+ "height": 1.4,
2259
+ "type": "animal",
2260
+ "category": "Passive mobs",
2261
+ "metadataKeys": [
2262
+ "shared_flags",
2263
+ "air_supply",
2264
+ "custom_name",
2265
+ "custom_name_visible",
2266
+ "silent",
2267
+ "no_gravity",
2268
+ "pose",
2269
+ "ticks_frozen",
2270
+ "living_entity_flags",
2271
+ "health",
2272
+ "effect_particles",
2273
+ "effect_ambience",
2274
+ "arrow_count",
2275
+ "stinger_count",
2276
+ "sleeping_pos",
2277
+ "mob_flags",
2278
+ "baby",
2279
+ "type"
2280
+ ]
2281
+ },
2282
+ {
2283
+ "id": 84,
2284
+ "internalId": 84,
2285
+ "name": "mule",
2286
+ "displayName": "Mule",
2287
+ "width": 1.3964844,
2288
+ "height": 1.6,
2289
+ "type": "animal",
2290
+ "category": "Passive mobs",
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
+ "living_entity_flags",
2301
+ "health",
2302
+ "effect_particles",
2303
+ "effect_ambience",
2304
+ "arrow_count",
2305
+ "stinger_count",
2306
+ "sleeping_pos",
2307
+ "mob_flags",
2308
+ "baby",
2309
+ "flags",
2310
+ "chest"
2311
+ ]
2312
+ },
2313
+ {
2314
+ "id": 85,
2315
+ "internalId": 85,
2316
+ "name": "oak_boat",
2317
+ "displayName": "Oak Boat",
2318
+ "width": 1.375,
2319
+ "height": 0.5625,
2320
+ "type": "other",
2321
+ "category": "Vehicles",
2322
+ "metadataKeys": [
2323
+ "shared_flags",
2324
+ "air_supply",
2325
+ "custom_name",
2326
+ "custom_name_visible",
2327
+ "silent",
2328
+ "no_gravity",
2329
+ "pose",
2330
+ "ticks_frozen",
2331
+ "hurt",
2332
+ "hurtdir",
2333
+ "damage",
2334
+ "paddle_left",
2335
+ "paddle_right",
2336
+ "bubble_time"
2337
+ ]
2338
+ },
2339
+ {
2340
+ "id": 86,
2341
+ "internalId": 86,
2342
+ "name": "oak_chest_boat",
2343
+ "displayName": "Oak Boat with Chest",
2344
+ "width": 1.375,
2345
+ "height": 0.5625,
2346
+ "type": "other",
2347
+ "category": "Vehicles",
2348
+ "metadataKeys": [
2349
+ "shared_flags",
2350
+ "air_supply",
2351
+ "custom_name",
2352
+ "custom_name_visible",
2353
+ "silent",
2354
+ "no_gravity",
2355
+ "pose",
2356
+ "ticks_frozen",
2357
+ "hurt",
2358
+ "hurtdir",
2359
+ "damage",
2360
+ "paddle_left",
2361
+ "paddle_right",
2362
+ "bubble_time"
2363
+ ]
2364
+ },
2365
+ {
2366
+ "id": 87,
2367
+ "internalId": 87,
2368
+ "name": "ocelot",
2369
+ "displayName": "Ocelot",
2370
+ "width": 0.6,
2371
+ "height": 0.7,
2372
+ "type": "animal",
2373
+ "category": "Passive mobs",
2374
+ "metadataKeys": [
2375
+ "shared_flags",
2376
+ "air_supply",
2377
+ "custom_name",
2378
+ "custom_name_visible",
2379
+ "silent",
2380
+ "no_gravity",
2381
+ "pose",
2382
+ "ticks_frozen",
2383
+ "living_entity_flags",
2384
+ "health",
2385
+ "effect_particles",
2386
+ "effect_ambience",
2387
+ "arrow_count",
2388
+ "stinger_count",
2389
+ "sleeping_pos",
2390
+ "mob_flags",
2391
+ "baby",
2392
+ "trusting"
2393
+ ]
2394
+ },
2395
+ {
2396
+ "id": 88,
2397
+ "internalId": 88,
2398
+ "name": "ominous_item_spawner",
2399
+ "displayName": "Ominous Item Spawner",
2400
+ "width": 0.25,
2401
+ "height": 0.25,
2402
+ "type": "other",
2403
+ "category": "UNKNOWN",
2404
+ "metadataKeys": [
2405
+ "shared_flags",
2406
+ "air_supply",
2407
+ "custom_name",
2408
+ "custom_name_visible",
2409
+ "silent",
2410
+ "no_gravity",
2411
+ "pose",
2412
+ "ticks_frozen",
2413
+ "item"
2414
+ ]
2415
+ },
2416
+ {
2417
+ "id": 89,
2418
+ "internalId": 89,
2419
+ "name": "painting",
2420
+ "displayName": "Painting",
2421
+ "width": 0.5,
2422
+ "height": 0.5,
2423
+ "type": "other",
2424
+ "category": "Immobile",
2425
+ "metadataKeys": [
2426
+ "shared_flags",
2427
+ "air_supply",
2428
+ "custom_name",
2429
+ "custom_name_visible",
2430
+ "silent",
2431
+ "no_gravity",
2432
+ "pose",
2433
+ "ticks_frozen",
2434
+ "painting_variant"
2435
+ ]
2436
+ },
2437
+ {
2438
+ "id": 90,
2439
+ "internalId": 90,
2440
+ "name": "pale_oak_boat",
2441
+ "displayName": "Pale Oak Boat",
2442
+ "width": 1.375,
2443
+ "height": 0.5625,
2444
+ "type": "other",
2445
+ "category": "Vehicles",
2446
+ "metadataKeys": [
2447
+ "shared_flags",
2448
+ "air_supply",
2449
+ "custom_name",
2450
+ "custom_name_visible",
2451
+ "silent",
2452
+ "no_gravity",
2453
+ "pose",
2454
+ "ticks_frozen",
2455
+ "hurt",
2456
+ "hurtdir",
2457
+ "damage",
2458
+ "paddle_left",
2459
+ "paddle_right",
2460
+ "bubble_time"
2461
+ ]
2462
+ },
2463
+ {
2464
+ "id": 91,
2465
+ "internalId": 91,
2466
+ "name": "pale_oak_chest_boat",
2467
+ "displayName": "Pale Oak Boat with Chest",
2468
+ "width": 1.375,
2469
+ "height": 0.5625,
2470
+ "type": "other",
2471
+ "category": "Vehicles",
2472
+ "metadataKeys": [
2473
+ "shared_flags",
2474
+ "air_supply",
2475
+ "custom_name",
2476
+ "custom_name_visible",
2477
+ "silent",
2478
+ "no_gravity",
2479
+ "pose",
2480
+ "ticks_frozen",
2481
+ "hurt",
2482
+ "hurtdir",
2483
+ "damage",
2484
+ "paddle_left",
2485
+ "paddle_right",
2486
+ "bubble_time"
2487
+ ]
2488
+ },
2489
+ {
2490
+ "id": 92,
2491
+ "internalId": 92,
2492
+ "name": "panda",
2493
+ "displayName": "Panda",
2494
+ "width": 1.3,
2495
+ "height": 1.25,
2496
+ "type": "animal",
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_particles",
2510
+ "effect_ambience",
2511
+ "arrow_count",
2512
+ "stinger_count",
2513
+ "sleeping_pos",
2514
+ "mob_flags",
2515
+ "baby",
2516
+ "unhappy_counter",
2517
+ "sneeze_counter",
2518
+ "eat_counter",
2519
+ "main_gene",
2520
+ "hidden_gene",
2521
+ "flags"
2522
+ ]
2523
+ },
2524
+ {
2525
+ "id": 93,
2526
+ "internalId": 93,
2527
+ "name": "parrot",
2528
+ "displayName": "Parrot",
2529
+ "width": 0.5,
2530
+ "height": 0.9,
2531
+ "type": "animal",
2532
+ "category": "Passive mobs",
2533
+ "metadataKeys": [
2534
+ "shared_flags",
2535
+ "air_supply",
2536
+ "custom_name",
2537
+ "custom_name_visible",
2538
+ "silent",
2539
+ "no_gravity",
2540
+ "pose",
2541
+ "ticks_frozen",
2542
+ "living_entity_flags",
2543
+ "health",
2544
+ "effect_particles",
2545
+ "effect_ambience",
2546
+ "arrow_count",
2547
+ "stinger_count",
2548
+ "sleeping_pos",
2549
+ "mob_flags",
2550
+ "baby",
2551
+ "flags",
2552
+ "owneruuid",
2553
+ "variant"
2554
+ ]
2555
+ },
2556
+ {
2557
+ "id": 94,
2558
+ "internalId": 94,
2559
+ "name": "phantom",
2560
+ "displayName": "Phantom",
2561
+ "width": 0.9,
2562
+ "height": 0.5,
2563
+ "type": "mob",
2564
+ "category": "Hostile mobs",
2565
+ "metadataKeys": [
2566
+ "shared_flags",
2567
+ "air_supply",
2568
+ "custom_name",
2569
+ "custom_name_visible",
2570
+ "silent",
2571
+ "no_gravity",
2572
+ "pose",
2573
+ "ticks_frozen",
2574
+ "living_entity_flags",
2575
+ "health",
2576
+ "effect_particles",
2577
+ "effect_ambience",
2578
+ "arrow_count",
2579
+ "stinger_count",
2580
+ "sleeping_pos",
2581
+ "mob_flags",
2582
+ "size"
2583
+ ]
2584
+ },
2585
+ {
2586
+ "id": 95,
2587
+ "internalId": 95,
2588
+ "name": "pig",
2589
+ "displayName": "Pig",
2590
+ "width": 0.9,
2591
+ "height": 0.9,
2592
+ "type": "animal",
2593
+ "category": "Passive 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
+ "baby",
2612
+ "saddle",
2613
+ "boost_time"
2614
+ ]
2615
+ },
2616
+ {
2617
+ "id": 96,
2618
+ "internalId": 96,
2619
+ "name": "piglin",
2620
+ "displayName": "Piglin",
2621
+ "width": 0.6,
2622
+ "height": 1.95,
2623
+ "type": "hostile",
2624
+ "category": "Hostile mobs",
2625
+ "metadataKeys": [
2626
+ "shared_flags",
2627
+ "air_supply",
2628
+ "custom_name",
2629
+ "custom_name_visible",
2630
+ "silent",
2631
+ "no_gravity",
2632
+ "pose",
2633
+ "ticks_frozen",
2634
+ "living_entity_flags",
2635
+ "health",
2636
+ "effect_particles",
2637
+ "effect_ambience",
2638
+ "arrow_count",
2639
+ "stinger_count",
2640
+ "sleeping_pos",
2641
+ "mob_flags",
2642
+ "immune_to_zombification",
2643
+ "baby",
2644
+ "is_charging_crossbow",
2645
+ "is_dancing"
2646
+ ]
2647
+ },
2648
+ {
2649
+ "id": 97,
2650
+ "internalId": 97,
2651
+ "name": "piglin_brute",
2652
+ "displayName": "Piglin Brute",
2653
+ "width": 0.6,
2654
+ "height": 1.95,
2655
+ "type": "hostile",
2656
+ "category": "Hostile mobs",
2657
+ "metadataKeys": [
2658
+ "shared_flags",
2659
+ "air_supply",
2660
+ "custom_name",
2661
+ "custom_name_visible",
2662
+ "silent",
2663
+ "no_gravity",
2664
+ "pose",
2665
+ "ticks_frozen",
2666
+ "living_entity_flags",
2667
+ "health",
2668
+ "effect_particles",
2669
+ "effect_ambience",
2670
+ "arrow_count",
2671
+ "stinger_count",
2672
+ "sleeping_pos",
2673
+ "mob_flags",
2674
+ "immune_to_zombification"
2675
+ ]
2676
+ },
2677
+ {
2678
+ "id": 98,
2679
+ "internalId": 98,
2680
+ "name": "pillager",
2681
+ "displayName": "Pillager",
2682
+ "width": 0.6,
2683
+ "height": 1.95,
2684
+ "type": "hostile",
2685
+ "category": "Hostile mobs",
2686
+ "metadataKeys": [
2687
+ "shared_flags",
2688
+ "air_supply",
2689
+ "custom_name",
2690
+ "custom_name_visible",
2691
+ "silent",
2692
+ "no_gravity",
2693
+ "pose",
2694
+ "ticks_frozen",
2695
+ "living_entity_flags",
2696
+ "health",
2697
+ "effect_particles",
2698
+ "effect_ambience",
2699
+ "arrow_count",
2700
+ "stinger_count",
2701
+ "sleeping_pos",
2702
+ "mob_flags",
2703
+ "is_celebrating",
2704
+ "is_charging_crossbow"
2705
+ ]
2706
+ },
2707
+ {
2708
+ "id": 99,
2709
+ "internalId": 99,
2710
+ "name": "polar_bear",
2711
+ "displayName": "Polar Bear",
2712
+ "width": 1.4,
2713
+ "height": 1.4,
2714
+ "type": "animal",
2715
+ "category": "Passive mobs",
2716
+ "metadataKeys": [
2717
+ "shared_flags",
2718
+ "air_supply",
2719
+ "custom_name",
2720
+ "custom_name_visible",
2721
+ "silent",
2722
+ "no_gravity",
2723
+ "pose",
2724
+ "ticks_frozen",
2725
+ "living_entity_flags",
2726
+ "health",
2727
+ "effect_particles",
2728
+ "effect_ambience",
2729
+ "arrow_count",
2730
+ "stinger_count",
2731
+ "sleeping_pos",
2732
+ "mob_flags",
2733
+ "baby",
2734
+ "standing"
2735
+ ]
2736
+ },
2737
+ {
2738
+ "id": 100,
2739
+ "internalId": 100,
2740
+ "name": "potion",
2741
+ "displayName": "Potion",
2742
+ "width": 0.25,
2743
+ "height": 0.25,
2744
+ "type": "projectile",
2745
+ "category": "Projectiles",
2746
+ "metadataKeys": [
2747
+ "shared_flags",
2748
+ "air_supply",
2749
+ "custom_name",
2750
+ "custom_name_visible",
2751
+ "silent",
2752
+ "no_gravity",
2753
+ "pose",
2754
+ "ticks_frozen",
2755
+ "item_stack"
2756
+ ]
2757
+ },
2758
+ {
2759
+ "id": 101,
2760
+ "internalId": 101,
2761
+ "name": "pufferfish",
2762
+ "displayName": "Pufferfish",
2763
+ "width": 0.7,
2764
+ "height": 0.7,
2765
+ "type": "water_creature",
2766
+ "category": "Passive mobs",
2767
+ "metadataKeys": [
2768
+ "shared_flags",
2769
+ "air_supply",
2770
+ "custom_name",
2771
+ "custom_name_visible",
2772
+ "silent",
2773
+ "no_gravity",
2774
+ "pose",
2775
+ "ticks_frozen",
2776
+ "living_entity_flags",
2777
+ "health",
2778
+ "effect_particles",
2779
+ "effect_ambience",
2780
+ "arrow_count",
2781
+ "stinger_count",
2782
+ "sleeping_pos",
2783
+ "mob_flags",
2784
+ "from_bucket",
2785
+ "puff_state"
2786
+ ]
2787
+ },
2788
+ {
2789
+ "id": 102,
2790
+ "internalId": 102,
2791
+ "name": "rabbit",
2792
+ "displayName": "Rabbit",
2793
+ "width": 0.4,
2794
+ "height": 0.5,
2795
+ "type": "animal",
2796
+ "category": "Passive mobs",
2797
+ "metadataKeys": [
2798
+ "shared_flags",
2799
+ "air_supply",
2800
+ "custom_name",
2801
+ "custom_name_visible",
2802
+ "silent",
2803
+ "no_gravity",
2804
+ "pose",
2805
+ "ticks_frozen",
2806
+ "living_entity_flags",
2807
+ "health",
2808
+ "effect_particles",
2809
+ "effect_ambience",
2810
+ "arrow_count",
2811
+ "stinger_count",
2812
+ "sleeping_pos",
2813
+ "mob_flags",
2814
+ "baby",
2815
+ "type"
2816
+ ]
2817
+ },
2818
+ {
2819
+ "id": 103,
2820
+ "internalId": 103,
2821
+ "name": "ravager",
2822
+ "displayName": "Ravager",
2823
+ "width": 1.95,
2824
+ "height": 2.2,
2825
+ "type": "hostile",
2826
+ "category": "Hostile mobs",
2827
+ "metadataKeys": [
2828
+ "shared_flags",
2829
+ "air_supply",
2830
+ "custom_name",
2831
+ "custom_name_visible",
2832
+ "silent",
2833
+ "no_gravity",
2834
+ "pose",
2835
+ "ticks_frozen",
2836
+ "living_entity_flags",
2837
+ "health",
2838
+ "effect_particles",
2839
+ "effect_ambience",
2840
+ "arrow_count",
2841
+ "stinger_count",
2842
+ "sleeping_pos",
2843
+ "mob_flags",
2844
+ "is_celebrating"
2845
+ ]
2846
+ },
2847
+ {
2848
+ "id": 104,
2849
+ "internalId": 104,
2850
+ "name": "salmon",
2851
+ "displayName": "Salmon",
2852
+ "width": 0.7,
2853
+ "height": 0.4,
2854
+ "type": "water_creature",
2855
+ "category": "Passive mobs",
2856
+ "metadataKeys": [
2857
+ "shared_flags",
2858
+ "air_supply",
2859
+ "custom_name",
2860
+ "custom_name_visible",
2861
+ "silent",
2862
+ "no_gravity",
2863
+ "pose",
2864
+ "ticks_frozen",
2865
+ "living_entity_flags",
2866
+ "health",
2867
+ "effect_particles",
2868
+ "effect_ambience",
2869
+ "arrow_count",
2870
+ "stinger_count",
2871
+ "sleeping_pos",
2872
+ "mob_flags",
2873
+ "from_bucket",
2874
+ "type"
2875
+ ]
2876
+ },
2877
+ {
2878
+ "id": 105,
2879
+ "internalId": 105,
2880
+ "name": "sheep",
2881
+ "displayName": "Sheep",
2882
+ "width": 0.9,
2883
+ "height": 1.3,
2884
+ "type": "animal",
2885
+ "category": "Passive mobs",
2886
+ "metadataKeys": [
2887
+ "shared_flags",
2888
+ "air_supply",
2889
+ "custom_name",
2890
+ "custom_name_visible",
2891
+ "silent",
2892
+ "no_gravity",
2893
+ "pose",
2894
+ "ticks_frozen",
2895
+ "living_entity_flags",
2896
+ "health",
2897
+ "effect_particles",
2898
+ "effect_ambience",
2899
+ "arrow_count",
2900
+ "stinger_count",
2901
+ "sleeping_pos",
2902
+ "mob_flags",
2903
+ "baby",
2904
+ "wool"
2905
+ ]
2906
+ },
2907
+ {
2908
+ "id": 106,
2909
+ "internalId": 106,
2910
+ "name": "shulker",
2911
+ "displayName": "Shulker",
2912
+ "width": 1,
2913
+ "height": 1,
2914
+ "type": "mob",
2915
+ "category": "Hostile mobs",
2916
+ "metadataKeys": [
2917
+ "shared_flags",
2918
+ "air_supply",
2919
+ "custom_name",
2920
+ "custom_name_visible",
2921
+ "silent",
2922
+ "no_gravity",
2923
+ "pose",
2924
+ "ticks_frozen",
2925
+ "living_entity_flags",
2926
+ "health",
2927
+ "effect_particles",
2928
+ "effect_ambience",
2929
+ "arrow_count",
2930
+ "stinger_count",
2931
+ "sleeping_pos",
2932
+ "mob_flags",
2933
+ "attach_face",
2934
+ "peek",
2935
+ "color"
2936
+ ]
2937
+ },
2938
+ {
2939
+ "id": 107,
2940
+ "internalId": 107,
2941
+ "name": "shulker_bullet",
2942
+ "displayName": "Shulker Bullet",
2943
+ "width": 0.3125,
2944
+ "height": 0.3125,
2945
+ "type": "projectile",
2946
+ "category": "Projectiles",
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
+ ]
2957
+ },
2958
+ {
2959
+ "id": 108,
2960
+ "internalId": 108,
2961
+ "name": "silverfish",
2962
+ "displayName": "Silverfish",
2963
+ "width": 0.4,
2964
+ "height": 0.3,
2965
+ "type": "hostile",
2966
+ "category": "Hostile mobs",
2967
+ "metadataKeys": [
2968
+ "shared_flags",
2969
+ "air_supply",
2970
+ "custom_name",
2971
+ "custom_name_visible",
2972
+ "silent",
2973
+ "no_gravity",
2974
+ "pose",
2975
+ "ticks_frozen",
2976
+ "living_entity_flags",
2977
+ "health",
2978
+ "effect_particles",
2979
+ "effect_ambience",
2980
+ "arrow_count",
2981
+ "stinger_count",
2982
+ "sleeping_pos",
2983
+ "mob_flags"
2984
+ ]
2985
+ },
2986
+ {
2987
+ "id": 109,
2988
+ "internalId": 109,
2989
+ "name": "skeleton",
2990
+ "displayName": "Skeleton",
2991
+ "width": 0.6,
2992
+ "height": 1.99,
2993
+ "type": "hostile",
2994
+ "category": "Hostile mobs",
2995
+ "metadataKeys": [
2996
+ "shared_flags",
2997
+ "air_supply",
2998
+ "custom_name",
2999
+ "custom_name_visible",
3000
+ "silent",
3001
+ "no_gravity",
3002
+ "pose",
3003
+ "ticks_frozen",
3004
+ "living_entity_flags",
3005
+ "health",
3006
+ "effect_particles",
3007
+ "effect_ambience",
3008
+ "arrow_count",
3009
+ "stinger_count",
3010
+ "sleeping_pos",
3011
+ "mob_flags",
3012
+ "stray_conversion"
3013
+ ]
3014
+ },
3015
+ {
3016
+ "id": 110,
3017
+ "internalId": 110,
3018
+ "name": "skeleton_horse",
3019
+ "displayName": "Skeleton Horse",
3020
+ "width": 1.3964844,
3021
+ "height": 1.6,
3022
+ "type": "animal",
3023
+ "category": "Hostile mobs",
3024
+ "metadataKeys": [
3025
+ "shared_flags",
3026
+ "air_supply",
3027
+ "custom_name",
3028
+ "custom_name_visible",
3029
+ "silent",
3030
+ "no_gravity",
3031
+ "pose",
3032
+ "ticks_frozen",
3033
+ "living_entity_flags",
3034
+ "health",
3035
+ "effect_particles",
3036
+ "effect_ambience",
3037
+ "arrow_count",
3038
+ "stinger_count",
3039
+ "sleeping_pos",
3040
+ "mob_flags",
3041
+ "baby",
3042
+ "flags"
3043
+ ]
3044
+ },
3045
+ {
3046
+ "id": 111,
3047
+ "internalId": 111,
3048
+ "name": "slime",
3049
+ "displayName": "Slime",
3050
+ "width": 0.52,
3051
+ "height": 0.52,
3052
+ "type": "mob",
3053
+ "category": "Hostile mobs",
3054
+ "metadataKeys": [
3055
+ "shared_flags",
3056
+ "air_supply",
3057
+ "custom_name",
3058
+ "custom_name_visible",
3059
+ "silent",
3060
+ "no_gravity",
3061
+ "pose",
3062
+ "ticks_frozen",
3063
+ "living_entity_flags",
3064
+ "health",
3065
+ "effect_particles",
3066
+ "effect_ambience",
3067
+ "arrow_count",
3068
+ "stinger_count",
3069
+ "sleeping_pos",
3070
+ "mob_flags",
3071
+ "size"
3072
+ ]
3073
+ },
3074
+ {
3075
+ "id": 112,
3076
+ "internalId": 112,
3077
+ "name": "small_fireball",
3078
+ "displayName": "Small Fireball",
3079
+ "width": 0.3125,
3080
+ "height": 0.3125,
3081
+ "type": "projectile",
3082
+ "category": "Projectiles",
3083
+ "metadataKeys": [
3084
+ "shared_flags",
3085
+ "air_supply",
3086
+ "custom_name",
3087
+ "custom_name_visible",
3088
+ "silent",
3089
+ "no_gravity",
3090
+ "pose",
3091
+ "ticks_frozen",
3092
+ "item_stack"
3093
+ ]
3094
+ },
3095
+ {
3096
+ "id": 113,
3097
+ "internalId": 113,
3098
+ "name": "sniffer",
3099
+ "displayName": "Sniffer",
3100
+ "width": 1.9,
3101
+ "height": 1.75,
3102
+ "type": "animal",
3103
+ "category": "Passive mobs",
3104
+ "metadataKeys": [
3105
+ "shared_flags",
3106
+ "air_supply",
3107
+ "custom_name",
3108
+ "custom_name_visible",
3109
+ "silent",
3110
+ "no_gravity",
3111
+ "pose",
3112
+ "ticks_frozen",
3113
+ "living_entity_flags",
3114
+ "health",
3115
+ "effect_particles",
3116
+ "effect_ambience",
3117
+ "arrow_count",
3118
+ "stinger_count",
3119
+ "sleeping_pos",
3120
+ "mob_flags",
3121
+ "baby",
3122
+ "state",
3123
+ "drop_seed_at_tick"
3124
+ ]
3125
+ },
3126
+ {
3127
+ "id": 114,
3128
+ "internalId": 114,
3129
+ "name": "snowball",
3130
+ "displayName": "Snowball",
3131
+ "width": 0.25,
3132
+ "height": 0.25,
3133
+ "type": "projectile",
3134
+ "category": "Projectiles",
3135
+ "metadataKeys": [
3136
+ "shared_flags",
3137
+ "air_supply",
3138
+ "custom_name",
3139
+ "custom_name_visible",
3140
+ "silent",
3141
+ "no_gravity",
3142
+ "pose",
3143
+ "ticks_frozen",
3144
+ "item_stack"
3145
+ ]
3146
+ },
3147
+ {
3148
+ "id": 115,
3149
+ "internalId": 115,
3150
+ "name": "snow_golem",
3151
+ "displayName": "Snow Golem",
3152
+ "width": 0.7,
3153
+ "height": 1.9,
3154
+ "type": "mob",
3155
+ "category": "Passive mobs",
3156
+ "metadataKeys": [
3157
+ "shared_flags",
3158
+ "air_supply",
3159
+ "custom_name",
3160
+ "custom_name_visible",
3161
+ "silent",
3162
+ "no_gravity",
3163
+ "pose",
3164
+ "ticks_frozen",
3165
+ "living_entity_flags",
3166
+ "health",
3167
+ "effect_particles",
3168
+ "effect_ambience",
3169
+ "arrow_count",
3170
+ "stinger_count",
3171
+ "sleeping_pos",
3172
+ "mob_flags",
3173
+ "pumpkin"
3174
+ ]
3175
+ },
3176
+ {
3177
+ "id": 116,
3178
+ "internalId": 116,
3179
+ "name": "spawner_minecart",
3180
+ "displayName": "Minecart with Monster Spawner",
3181
+ "width": 0.98,
3182
+ "height": 0.7,
3183
+ "type": "other",
3184
+ "category": "Vehicles",
3185
+ "metadataKeys": [
3186
+ "shared_flags",
3187
+ "air_supply",
3188
+ "custom_name",
3189
+ "custom_name_visible",
3190
+ "silent",
3191
+ "no_gravity",
3192
+ "pose",
3193
+ "ticks_frozen",
3194
+ "hurt",
3195
+ "hurtdir",
3196
+ "damage",
3197
+ "display_block",
3198
+ "display_offset",
3199
+ "custom_display"
3200
+ ]
3201
+ },
3202
+ {
3203
+ "id": 117,
3204
+ "internalId": 117,
3205
+ "name": "spectral_arrow",
3206
+ "displayName": "Spectral Arrow",
3207
+ "width": 0.5,
3208
+ "height": 0.5,
3209
+ "type": "projectile",
3210
+ "category": "Projectiles",
3211
+ "metadataKeys": [
3212
+ "shared_flags",
3213
+ "air_supply",
3214
+ "custom_name",
3215
+ "custom_name_visible",
3216
+ "silent",
3217
+ "no_gravity",
3218
+ "pose",
3219
+ "ticks_frozen",
3220
+ "flags",
3221
+ "pierce_level",
3222
+ "in_ground"
3223
+ ]
3224
+ },
3225
+ {
3226
+ "id": 118,
3227
+ "internalId": 118,
3228
+ "name": "spider",
3229
+ "displayName": "Spider",
3230
+ "width": 1.4,
3231
+ "height": 0.9,
3232
+ "type": "hostile",
3233
+ "category": "Hostile mobs",
3234
+ "metadataKeys": [
3235
+ "shared_flags",
3236
+ "air_supply",
3237
+ "custom_name",
3238
+ "custom_name_visible",
3239
+ "silent",
3240
+ "no_gravity",
3241
+ "pose",
3242
+ "ticks_frozen",
3243
+ "living_entity_flags",
3244
+ "health",
3245
+ "effect_particles",
3246
+ "effect_ambience",
3247
+ "arrow_count",
3248
+ "stinger_count",
3249
+ "sleeping_pos",
3250
+ "mob_flags",
3251
+ "flags"
3252
+ ]
3253
+ },
3254
+ {
3255
+ "id": 119,
3256
+ "internalId": 119,
3257
+ "name": "spruce_boat",
3258
+ "displayName": "Spruce Boat",
3259
+ "width": 1.375,
3260
+ "height": 0.5625,
3261
+ "type": "other",
3262
+ "category": "Vehicles",
3263
+ "metadataKeys": [
3264
+ "shared_flags",
3265
+ "air_supply",
3266
+ "custom_name",
3267
+ "custom_name_visible",
3268
+ "silent",
3269
+ "no_gravity",
3270
+ "pose",
3271
+ "ticks_frozen",
3272
+ "hurt",
3273
+ "hurtdir",
3274
+ "damage",
3275
+ "paddle_left",
3276
+ "paddle_right",
3277
+ "bubble_time"
3278
+ ]
3279
+ },
3280
+ {
3281
+ "id": 120,
3282
+ "internalId": 120,
3283
+ "name": "spruce_chest_boat",
3284
+ "displayName": "Spruce Boat with Chest",
3285
+ "width": 1.375,
3286
+ "height": 0.5625,
3287
+ "type": "other",
3288
+ "category": "Vehicles",
3289
+ "metadataKeys": [
3290
+ "shared_flags",
3291
+ "air_supply",
3292
+ "custom_name",
3293
+ "custom_name_visible",
3294
+ "silent",
3295
+ "no_gravity",
3296
+ "pose",
3297
+ "ticks_frozen",
3298
+ "hurt",
3299
+ "hurtdir",
3300
+ "damage",
3301
+ "paddle_left",
3302
+ "paddle_right",
3303
+ "bubble_time"
3304
+ ]
3305
+ },
3306
+ {
3307
+ "id": 121,
3308
+ "internalId": 121,
3309
+ "name": "squid",
3310
+ "displayName": "Squid",
3311
+ "width": 0.8,
3312
+ "height": 0.8,
3313
+ "type": "passive",
3314
+ "category": "Passive mobs",
3315
+ "metadataKeys": [
3316
+ "shared_flags",
3317
+ "air_supply",
3318
+ "custom_name",
3319
+ "custom_name_visible",
3320
+ "silent",
3321
+ "no_gravity",
3322
+ "pose",
3323
+ "ticks_frozen",
3324
+ "living_entity_flags",
3325
+ "health",
3326
+ "effect_particles",
3327
+ "effect_ambience",
3328
+ "arrow_count",
3329
+ "stinger_count",
3330
+ "sleeping_pos",
3331
+ "mob_flags",
3332
+ "baby"
3333
+ ]
3334
+ },
3335
+ {
3336
+ "id": 122,
3337
+ "internalId": 122,
3338
+ "name": "stray",
3339
+ "displayName": "Stray",
3340
+ "width": 0.6,
3341
+ "height": 1.99,
3342
+ "type": "hostile",
3343
+ "category": "Hostile mobs",
3344
+ "metadataKeys": [
3345
+ "shared_flags",
3346
+ "air_supply",
3347
+ "custom_name",
3348
+ "custom_name_visible",
3349
+ "silent",
3350
+ "no_gravity",
3351
+ "pose",
3352
+ "ticks_frozen",
3353
+ "living_entity_flags",
3354
+ "health",
3355
+ "effect_particles",
3356
+ "effect_ambience",
3357
+ "arrow_count",
3358
+ "stinger_count",
3359
+ "sleeping_pos",
3360
+ "mob_flags"
3361
+ ]
3362
+ },
3363
+ {
3364
+ "id": 123,
3365
+ "internalId": 123,
3366
+ "name": "strider",
3367
+ "displayName": "Strider",
3368
+ "width": 0.9,
3369
+ "height": 1.7,
3370
+ "type": "animal",
3371
+ "category": "Passive mobs",
3372
+ "metadataKeys": [
3373
+ "shared_flags",
3374
+ "air_supply",
3375
+ "custom_name",
3376
+ "custom_name_visible",
3377
+ "silent",
3378
+ "no_gravity",
3379
+ "pose",
3380
+ "ticks_frozen",
3381
+ "living_entity_flags",
3382
+ "health",
3383
+ "effect_particles",
3384
+ "effect_ambience",
3385
+ "arrow_count",
3386
+ "stinger_count",
3387
+ "sleeping_pos",
3388
+ "mob_flags",
3389
+ "baby",
3390
+ "boost_time",
3391
+ "suffocating",
3392
+ "saddle"
3393
+ ]
3394
+ },
3395
+ {
3396
+ "id": 124,
3397
+ "internalId": 124,
3398
+ "name": "tadpole",
3399
+ "displayName": "Tadpole",
3400
+ "width": 0.4,
3401
+ "height": 0.3,
3402
+ "type": "water_creature",
3403
+ "category": "Passive mobs",
3404
+ "metadataKeys": [
3405
+ "shared_flags",
3406
+ "air_supply",
3407
+ "custom_name",
3408
+ "custom_name_visible",
3409
+ "silent",
3410
+ "no_gravity",
3411
+ "pose",
3412
+ "ticks_frozen",
3413
+ "living_entity_flags",
3414
+ "health",
3415
+ "effect_particles",
3416
+ "effect_ambience",
3417
+ "arrow_count",
3418
+ "stinger_count",
3419
+ "sleeping_pos",
3420
+ "mob_flags",
3421
+ "from_bucket"
3422
+ ]
3423
+ },
3424
+ {
3425
+ "id": 125,
3426
+ "internalId": 125,
3427
+ "name": "text_display",
3428
+ "displayName": "Text Display",
3429
+ "width": 0,
3430
+ "height": 0,
3431
+ "type": "other",
3432
+ "category": "Immobile",
3433
+ "metadataKeys": [
3434
+ "shared_flags",
3435
+ "air_supply",
3436
+ "custom_name",
3437
+ "custom_name_visible",
3438
+ "silent",
3439
+ "no_gravity",
3440
+ "pose",
3441
+ "ticks_frozen",
3442
+ "transformation_interpolation_start_delta_ticks",
3443
+ "transformation_interpolation_duration",
3444
+ "pos_rot_interpolation_duration",
3445
+ "translation",
3446
+ "scale",
3447
+ "left_rotation",
3448
+ "right_rotation",
3449
+ "billboard_render_constraints",
3450
+ "brightness_override",
3451
+ "view_range",
3452
+ "shadow_radius",
3453
+ "shadow_strength",
3454
+ "width",
3455
+ "height",
3456
+ "glow_color_override",
3457
+ "text",
3458
+ "line_width",
3459
+ "background_color",
3460
+ "text_opacity",
3461
+ "style_flags"
3462
+ ]
3463
+ },
3464
+ {
3465
+ "id": 126,
3466
+ "internalId": 126,
3467
+ "name": "tnt",
3468
+ "displayName": "Primed TNT",
3469
+ "width": 0.98,
3470
+ "height": 0.98,
3471
+ "type": "other",
3472
+ "category": "UNKNOWN",
3473
+ "metadataKeys": [
3474
+ "shared_flags",
3475
+ "air_supply",
3476
+ "custom_name",
3477
+ "custom_name_visible",
3478
+ "silent",
3479
+ "no_gravity",
3480
+ "pose",
3481
+ "ticks_frozen",
3482
+ "fuse",
3483
+ "block_state"
3484
+ ]
3485
+ },
3486
+ {
3487
+ "id": 127,
3488
+ "internalId": 127,
3489
+ "name": "tnt_minecart",
3490
+ "displayName": "Minecart with TNT",
3491
+ "width": 0.98,
3492
+ "height": 0.7,
3493
+ "type": "other",
3494
+ "category": "Vehicles",
3495
+ "metadataKeys": [
3496
+ "shared_flags",
3497
+ "air_supply",
3498
+ "custom_name",
3499
+ "custom_name_visible",
3500
+ "silent",
3501
+ "no_gravity",
3502
+ "pose",
3503
+ "ticks_frozen",
3504
+ "hurt",
3505
+ "hurtdir",
3506
+ "damage",
3507
+ "display_block",
3508
+ "display_offset",
3509
+ "custom_display"
3510
+ ]
3511
+ },
3512
+ {
3513
+ "id": 128,
3514
+ "internalId": 128,
3515
+ "name": "trader_llama",
3516
+ "displayName": "Trader Llama",
3517
+ "width": 0.9,
3518
+ "height": 1.87,
3519
+ "type": "animal",
3520
+ "category": "Passive mobs",
3521
+ "metadataKeys": [
3522
+ "shared_flags",
3523
+ "air_supply",
3524
+ "custom_name",
3525
+ "custom_name_visible",
3526
+ "silent",
3527
+ "no_gravity",
3528
+ "pose",
3529
+ "ticks_frozen",
3530
+ "living_entity_flags",
3531
+ "health",
3532
+ "effect_particles",
3533
+ "effect_ambience",
3534
+ "arrow_count",
3535
+ "stinger_count",
3536
+ "sleeping_pos",
3537
+ "mob_flags",
3538
+ "baby",
3539
+ "flags",
3540
+ "chest",
3541
+ "strength",
3542
+ "variant"
3543
+ ]
3544
+ },
3545
+ {
3546
+ "id": 129,
3547
+ "internalId": 129,
3548
+ "name": "trident",
3549
+ "displayName": "Trident",
3550
+ "width": 0.5,
3551
+ "height": 0.5,
3552
+ "type": "projectile",
3553
+ "category": "Projectiles",
3554
+ "metadataKeys": [
3555
+ "shared_flags",
3556
+ "air_supply",
3557
+ "custom_name",
3558
+ "custom_name_visible",
3559
+ "silent",
3560
+ "no_gravity",
3561
+ "pose",
3562
+ "ticks_frozen",
3563
+ "flags",
3564
+ "pierce_level",
3565
+ "in_ground",
3566
+ "loyalty",
3567
+ "foil"
3568
+ ]
3569
+ },
3570
+ {
3571
+ "id": 130,
3572
+ "internalId": 130,
3573
+ "name": "tropical_fish",
3574
+ "displayName": "Tropical Fish",
3575
+ "width": 0.5,
3576
+ "height": 0.4,
3577
+ "type": "water_creature",
3578
+ "category": "Passive mobs",
3579
+ "metadataKeys": [
3580
+ "shared_flags",
3581
+ "air_supply",
3582
+ "custom_name",
3583
+ "custom_name_visible",
3584
+ "silent",
3585
+ "no_gravity",
3586
+ "pose",
3587
+ "ticks_frozen",
3588
+ "living_entity_flags",
3589
+ "health",
3590
+ "effect_particles",
3591
+ "effect_ambience",
3592
+ "arrow_count",
3593
+ "stinger_count",
3594
+ "sleeping_pos",
3595
+ "mob_flags",
3596
+ "from_bucket",
3597
+ "type_variant"
3598
+ ]
3599
+ },
3600
+ {
3601
+ "id": 131,
3602
+ "internalId": 131,
3603
+ "name": "turtle",
3604
+ "displayName": "Turtle",
3605
+ "width": 1.2,
3606
+ "height": 0.4,
3607
+ "type": "animal",
3608
+ "category": "Passive mobs",
3609
+ "metadataKeys": [
3610
+ "shared_flags",
3611
+ "air_supply",
3612
+ "custom_name",
3613
+ "custom_name_visible",
3614
+ "silent",
3615
+ "no_gravity",
3616
+ "pose",
3617
+ "ticks_frozen",
3618
+ "living_entity_flags",
3619
+ "health",
3620
+ "effect_particles",
3621
+ "effect_ambience",
3622
+ "arrow_count",
3623
+ "stinger_count",
3624
+ "sleeping_pos",
3625
+ "mob_flags",
3626
+ "baby",
3627
+ "home_pos",
3628
+ "has_egg",
3629
+ "laying_egg",
3630
+ "travel_pos",
3631
+ "going_home",
3632
+ "travelling"
3633
+ ]
3634
+ },
3635
+ {
3636
+ "id": 132,
3637
+ "internalId": 132,
3638
+ "name": "vex",
3639
+ "displayName": "Vex",
3640
+ "width": 0.4,
3641
+ "height": 0.8,
3642
+ "type": "hostile",
3643
+ "category": "Hostile mobs",
3644
+ "metadataKeys": [
3645
+ "shared_flags",
3646
+ "air_supply",
3647
+ "custom_name",
3648
+ "custom_name_visible",
3649
+ "silent",
3650
+ "no_gravity",
3651
+ "pose",
3652
+ "ticks_frozen",
3653
+ "living_entity_flags",
3654
+ "health",
3655
+ "effect_particles",
3656
+ "effect_ambience",
3657
+ "arrow_count",
3658
+ "stinger_count",
3659
+ "sleeping_pos",
3660
+ "mob_flags",
3661
+ "flags"
3662
+ ]
3663
+ },
3664
+ {
3665
+ "id": 133,
3666
+ "internalId": 133,
3667
+ "name": "villager",
3668
+ "displayName": "Villager",
3669
+ "width": 0.6,
3670
+ "height": 1.95,
3671
+ "type": "passive",
3672
+ "category": "Passive mobs",
3673
+ "metadataKeys": [
3674
+ "shared_flags",
3675
+ "air_supply",
3676
+ "custom_name",
3677
+ "custom_name_visible",
3678
+ "silent",
3679
+ "no_gravity",
3680
+ "pose",
3681
+ "ticks_frozen",
3682
+ "living_entity_flags",
3683
+ "health",
3684
+ "effect_particles",
3685
+ "effect_ambience",
3686
+ "arrow_count",
3687
+ "stinger_count",
3688
+ "sleeping_pos",
3689
+ "mob_flags",
3690
+ "baby",
3691
+ "unhappy_counter",
3692
+ "villager_data"
3693
+ ]
3694
+ },
3695
+ {
3696
+ "id": 134,
3697
+ "internalId": 134,
3698
+ "name": "vindicator",
3699
+ "displayName": "Vindicator",
3700
+ "width": 0.6,
3701
+ "height": 1.95,
3702
+ "type": "hostile",
3703
+ "category": "Hostile mobs",
3704
+ "metadataKeys": [
3705
+ "shared_flags",
3706
+ "air_supply",
3707
+ "custom_name",
3708
+ "custom_name_visible",
3709
+ "silent",
3710
+ "no_gravity",
3711
+ "pose",
3712
+ "ticks_frozen",
3713
+ "living_entity_flags",
3714
+ "health",
3715
+ "effect_particles",
3716
+ "effect_ambience",
3717
+ "arrow_count",
3718
+ "stinger_count",
3719
+ "sleeping_pos",
3720
+ "mob_flags",
3721
+ "is_celebrating"
3722
+ ]
3723
+ },
3724
+ {
3725
+ "id": 135,
3726
+ "internalId": 135,
3727
+ "name": "wandering_trader",
3728
+ "displayName": "Wandering Trader",
3729
+ "width": 0.6,
3730
+ "height": 1.95,
3731
+ "type": "passive",
3732
+ "category": "Passive mobs",
3733
+ "metadataKeys": [
3734
+ "shared_flags",
3735
+ "air_supply",
3736
+ "custom_name",
3737
+ "custom_name_visible",
3738
+ "silent",
3739
+ "no_gravity",
3740
+ "pose",
3741
+ "ticks_frozen",
3742
+ "living_entity_flags",
3743
+ "health",
3744
+ "effect_particles",
3745
+ "effect_ambience",
3746
+ "arrow_count",
3747
+ "stinger_count",
3748
+ "sleeping_pos",
3749
+ "mob_flags",
3750
+ "baby",
3751
+ "unhappy_counter"
3752
+ ]
3753
+ },
3754
+ {
3755
+ "id": 136,
3756
+ "internalId": 136,
3757
+ "name": "warden",
3758
+ "displayName": "Warden",
3759
+ "width": 0.9,
3760
+ "height": 2.9,
3761
+ "type": "hostile",
3762
+ "category": "Hostile mobs",
3763
+ "metadataKeys": [
3764
+ "shared_flags",
3765
+ "air_supply",
3766
+ "custom_name",
3767
+ "custom_name_visible",
3768
+ "silent",
3769
+ "no_gravity",
3770
+ "pose",
3771
+ "ticks_frozen",
3772
+ "living_entity_flags",
3773
+ "health",
3774
+ "effect_particles",
3775
+ "effect_ambience",
3776
+ "arrow_count",
3777
+ "stinger_count",
3778
+ "sleeping_pos",
3779
+ "mob_flags",
3780
+ "client_anger_level"
3781
+ ]
3782
+ },
3783
+ {
3784
+ "id": 137,
3785
+ "internalId": 137,
3786
+ "name": "wind_charge",
3787
+ "displayName": "Wind Charge",
3788
+ "width": 0.3125,
3789
+ "height": 0.3125,
3790
+ "type": "projectile",
3791
+ "category": "Projectiles",
3792
+ "metadataKeys": [
3793
+ "shared_flags",
3794
+ "air_supply",
3795
+ "custom_name",
3796
+ "custom_name_visible",
3797
+ "silent",
3798
+ "no_gravity",
3799
+ "pose",
3800
+ "ticks_frozen"
3801
+ ]
3802
+ },
3803
+ {
3804
+ "id": 138,
3805
+ "internalId": 138,
3806
+ "name": "witch",
3807
+ "displayName": "Witch",
3808
+ "width": 0.6,
3809
+ "height": 1.95,
3810
+ "type": "hostile",
3811
+ "category": "Hostile mobs",
3812
+ "metadataKeys": [
3813
+ "shared_flags",
3814
+ "air_supply",
3815
+ "custom_name",
3816
+ "custom_name_visible",
3817
+ "silent",
3818
+ "no_gravity",
3819
+ "pose",
3820
+ "ticks_frozen",
3821
+ "living_entity_flags",
3822
+ "health",
3823
+ "effect_particles",
3824
+ "effect_ambience",
3825
+ "arrow_count",
3826
+ "stinger_count",
3827
+ "sleeping_pos",
3828
+ "mob_flags",
3829
+ "is_celebrating",
3830
+ "using_item"
3831
+ ]
3832
+ },
3833
+ {
3834
+ "id": 139,
3835
+ "internalId": 139,
3836
+ "name": "wither",
3837
+ "displayName": "Wither",
3838
+ "width": 0.9,
3839
+ "height": 3.5,
3840
+ "type": "hostile",
3841
+ "category": "Hostile mobs",
3842
+ "metadataKeys": [
3843
+ "shared_flags",
3844
+ "air_supply",
3845
+ "custom_name",
3846
+ "custom_name_visible",
3847
+ "silent",
3848
+ "no_gravity",
3849
+ "pose",
3850
+ "ticks_frozen",
3851
+ "living_entity_flags",
3852
+ "health",
3853
+ "effect_particles",
3854
+ "effect_ambience",
3855
+ "arrow_count",
3856
+ "stinger_count",
3857
+ "sleeping_pos",
3858
+ "mob_flags",
3859
+ "target_a",
3860
+ "target_b",
3861
+ "target_c",
3862
+ "inv"
3863
+ ]
3864
+ },
3865
+ {
3866
+ "id": 140,
3867
+ "internalId": 140,
3868
+ "name": "wither_skeleton",
3869
+ "displayName": "Wither Skeleton",
3870
+ "width": 0.7,
3871
+ "height": 2.4,
3872
+ "type": "hostile",
3873
+ "category": "Hostile mobs",
3874
+ "metadataKeys": [
3875
+ "shared_flags",
3876
+ "air_supply",
3877
+ "custom_name",
3878
+ "custom_name_visible",
3879
+ "silent",
3880
+ "no_gravity",
3881
+ "pose",
3882
+ "ticks_frozen",
3883
+ "living_entity_flags",
3884
+ "health",
3885
+ "effect_particles",
3886
+ "effect_ambience",
3887
+ "arrow_count",
3888
+ "stinger_count",
3889
+ "sleeping_pos",
3890
+ "mob_flags"
3891
+ ]
3892
+ },
3893
+ {
3894
+ "id": 141,
3895
+ "internalId": 141,
3896
+ "name": "wither_skull",
3897
+ "displayName": "Wither Skull",
3898
+ "width": 0.3125,
3899
+ "height": 0.3125,
3900
+ "type": "projectile",
3901
+ "category": "Projectiles",
3902
+ "metadataKeys": [
3903
+ "shared_flags",
3904
+ "air_supply",
3905
+ "custom_name",
3906
+ "custom_name_visible",
3907
+ "silent",
3908
+ "no_gravity",
3909
+ "pose",
3910
+ "ticks_frozen",
3911
+ "dangerous"
3912
+ ]
3913
+ },
3914
+ {
3915
+ "id": 142,
3916
+ "internalId": 142,
3917
+ "name": "wolf",
3918
+ "displayName": "Wolf",
3919
+ "width": 0.6,
3920
+ "height": 0.85,
3921
+ "type": "animal",
3922
+ "category": "Passive mobs",
3923
+ "metadataKeys": [
3924
+ "shared_flags",
3925
+ "air_supply",
3926
+ "custom_name",
3927
+ "custom_name_visible",
3928
+ "silent",
3929
+ "no_gravity",
3930
+ "pose",
3931
+ "ticks_frozen",
3932
+ "living_entity_flags",
3933
+ "health",
3934
+ "effect_particles",
3935
+ "effect_ambience",
3936
+ "arrow_count",
3937
+ "stinger_count",
3938
+ "sleeping_pos",
3939
+ "mob_flags",
3940
+ "baby",
3941
+ "flags",
3942
+ "owneruuid",
3943
+ "interested",
3944
+ "collar_color",
3945
+ "remaining_anger_time",
3946
+ "variant"
3947
+ ]
3948
+ },
3949
+ {
3950
+ "id": 143,
3951
+ "internalId": 143,
3952
+ "name": "zoglin",
3953
+ "displayName": "Zoglin",
3954
+ "width": 1.3964844,
3955
+ "height": 1.4,
3956
+ "type": "hostile",
3957
+ "category": "Hostile mobs",
3958
+ "metadataKeys": [
3959
+ "shared_flags",
3960
+ "air_supply",
3961
+ "custom_name",
3962
+ "custom_name_visible",
3963
+ "silent",
3964
+ "no_gravity",
3965
+ "pose",
3966
+ "ticks_frozen",
3967
+ "living_entity_flags",
3968
+ "health",
3969
+ "effect_particles",
3970
+ "effect_ambience",
3971
+ "arrow_count",
3972
+ "stinger_count",
3973
+ "sleeping_pos",
3974
+ "mob_flags",
3975
+ "baby"
3976
+ ]
3977
+ },
3978
+ {
3979
+ "id": 144,
3980
+ "internalId": 144,
3981
+ "name": "zombie",
3982
+ "displayName": "Zombie",
3983
+ "width": 0.6,
3984
+ "height": 1.95,
3985
+ "type": "hostile",
3986
+ "category": "Hostile mobs",
3987
+ "metadataKeys": [
3988
+ "shared_flags",
3989
+ "air_supply",
3990
+ "custom_name",
3991
+ "custom_name_visible",
3992
+ "silent",
3993
+ "no_gravity",
3994
+ "pose",
3995
+ "ticks_frozen",
3996
+ "living_entity_flags",
3997
+ "health",
3998
+ "effect_particles",
3999
+ "effect_ambience",
4000
+ "arrow_count",
4001
+ "stinger_count",
4002
+ "sleeping_pos",
4003
+ "mob_flags",
4004
+ "baby",
4005
+ "special_type",
4006
+ "drowned_conversion"
4007
+ ]
4008
+ },
4009
+ {
4010
+ "id": 145,
4011
+ "internalId": 145,
4012
+ "name": "zombie_horse",
4013
+ "displayName": "Zombie Horse",
4014
+ "width": 1.3964844,
4015
+ "height": 1.6,
4016
+ "type": "animal",
4017
+ "category": "Hostile mobs",
4018
+ "metadataKeys": [
4019
+ "shared_flags",
4020
+ "air_supply",
4021
+ "custom_name",
4022
+ "custom_name_visible",
4023
+ "silent",
4024
+ "no_gravity",
4025
+ "pose",
4026
+ "ticks_frozen",
4027
+ "living_entity_flags",
4028
+ "health",
4029
+ "effect_particles",
4030
+ "effect_ambience",
4031
+ "arrow_count",
4032
+ "stinger_count",
4033
+ "sleeping_pos",
4034
+ "mob_flags",
4035
+ "baby",
4036
+ "flags"
4037
+ ]
4038
+ },
4039
+ {
4040
+ "id": 146,
4041
+ "internalId": 146,
4042
+ "name": "zombie_villager",
4043
+ "displayName": "Zombie Villager",
4044
+ "width": 0.6,
4045
+ "height": 1.95,
4046
+ "type": "hostile",
4047
+ "category": "Hostile mobs",
4048
+ "metadataKeys": [
4049
+ "shared_flags",
4050
+ "air_supply",
4051
+ "custom_name",
4052
+ "custom_name_visible",
4053
+ "silent",
4054
+ "no_gravity",
4055
+ "pose",
4056
+ "ticks_frozen",
4057
+ "living_entity_flags",
4058
+ "health",
4059
+ "effect_particles",
4060
+ "effect_ambience",
4061
+ "arrow_count",
4062
+ "stinger_count",
4063
+ "sleeping_pos",
4064
+ "mob_flags",
4065
+ "baby",
4066
+ "special_type",
4067
+ "drowned_conversion",
4068
+ "converting",
4069
+ "villager_data"
4070
+ ]
4071
+ },
4072
+ {
4073
+ "id": 147,
4074
+ "internalId": 147,
4075
+ "name": "zombified_piglin",
4076
+ "displayName": "Zombified Piglin",
4077
+ "width": 0.6,
4078
+ "height": 1.95,
4079
+ "type": "hostile",
4080
+ "category": "Hostile mobs",
4081
+ "metadataKeys": [
4082
+ "shared_flags",
4083
+ "air_supply",
4084
+ "custom_name",
4085
+ "custom_name_visible",
4086
+ "silent",
4087
+ "no_gravity",
4088
+ "pose",
4089
+ "ticks_frozen",
4090
+ "living_entity_flags",
4091
+ "health",
4092
+ "effect_particles",
4093
+ "effect_ambience",
4094
+ "arrow_count",
4095
+ "stinger_count",
4096
+ "sleeping_pos",
4097
+ "mob_flags",
4098
+ "baby",
4099
+ "special_type",
4100
+ "drowned_conversion"
4101
+ ]
4102
+ },
4103
+ {
4104
+ "id": 148,
4105
+ "internalId": 148,
4106
+ "name": "player",
4107
+ "displayName": "Player",
4108
+ "width": 0.6,
4109
+ "height": 1.8,
4110
+ "type": "player",
4111
+ "category": "UNKNOWN",
4112
+ "metadataKeys": [
4113
+ "shared_flags",
4114
+ "air_supply",
4115
+ "custom_name",
4116
+ "custom_name_visible",
4117
+ "silent",
4118
+ "no_gravity",
4119
+ "pose",
4120
+ "ticks_frozen",
4121
+ "living_entity_flags",
4122
+ "health",
4123
+ "effect_particles",
4124
+ "effect_ambience",
4125
+ "arrow_count",
4126
+ "stinger_count",
4127
+ "sleeping_pos",
4128
+ "player_absorption",
4129
+ "score",
4130
+ "player_mode_customisation",
4131
+ "player_main_hand",
4132
+ "shoulder_left",
4133
+ "shoulder_right"
4134
+ ]
4135
+ },
4136
+ {
4137
+ "id": 149,
4138
+ "internalId": 149,
4139
+ "name": "fishing_bobber",
4140
+ "displayName": "Fishing Bobber",
4141
+ "width": 0.25,
4142
+ "height": 0.25,
4143
+ "type": "projectile",
4144
+ "category": "Projectiles",
4145
+ "metadataKeys": [
4146
+ "shared_flags",
4147
+ "air_supply",
4148
+ "custom_name",
4149
+ "custom_name_visible",
4150
+ "silent",
4151
+ "no_gravity",
4152
+ "pose",
4153
+ "ticks_frozen",
4154
+ "hooked_entity",
4155
+ "biting"
4156
+ ]
4157
+ }
4158
+ ]