Skip to content

Commit

Permalink
Add some missing entity type ids for 1.8 through 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Dec 22, 2024
1 parent 603cb07 commit 7cc9251
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mappings/entity/entity_type_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,12 +1575,14 @@
"elder_guardian": 4,
"wither_skeleton": 5,
"stray": 6,
"egg": 7,
"arrow": 10,
"snowball": 11,
"fireball": 12,
"small_fireball": 13,
"ender_pearl": 14,
"eye_of_ender": 15,
"potion": 16,
"experience_bottle": 17,
"item_frame": 18,
"wither_skull": 19,
Expand Down Expand Up @@ -1644,6 +1646,7 @@
"rabbit": 101,
"polar_bear": 102,
"llama": 103,
"llama_spit": 104,
"parrot": 105,
"villager": 120,
"end_crystal": 200
Expand All @@ -1654,12 +1657,14 @@
"elder_guardian": 4,
"wither_skeleton": 5,
"stray": 6,
"egg": 7,
"arrow": 10,
"snowball": 11,
"fireball": 12,
"small_fireball": 13,
"ender_pearl": 14,
"eye_of_ender": 15,
"potion": 16,
"experience_bottle": 17,
"item_frame": 18,
"wither_skull": 19,
Expand Down Expand Up @@ -1722,12 +1727,14 @@
"rabbit": 101,
"polar_bear": 102,
"llama": 103,
"llama_spit": 104,
"villager": 120,
"end_crystal": 200
},
"V_1_8": {
"item": 1,
"experience_orb": 2,
"egg": 7,
"leash_knot": 8,
"painting": 9,
"arrow": 10,
Expand All @@ -1736,6 +1743,7 @@
"small_fireball": 13,
"ender_pearl": 14,
"eye_of_ender": 15,
"potion": 16,
"experience_bottle": 17,
"item_frame": 18,
"wither_skull": 19,
Expand Down

0 comments on commit 7cc9251

Please sign in to comment.