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