Add ARMOR_STAND to MobType.

This commit is contained in:
Steveice10 2016-12-15 16:22:34 -08:00
parent 5c4cebdcac
commit f7458966c8
2 changed files with 2 additions and 0 deletions

View file

@ -316,6 +316,7 @@ public class MagicValues {
register(MobType.ZOMBIE_VILLAGER, 27);
register(MobType.SKELETON_HORSE, 28);
register(MobType.ZOMBIE_HORSE, 29);
register(MobType.ARMOR_STAND, 30);
register(MobType.DONKEY, 31);
register(MobType.MULE, 32);
register(MobType.EVOCATION_ILLAGER, 34);

View file

@ -8,6 +8,7 @@ public enum MobType {
ZOMBIE_VILLAGER,
SKELETON_HORSE,
ZOMBIE_HORSE,
ARMOR_STAND,
DONKEY,
MULE,
EVOCATION_ILLAGER,