Skip to content

Commit

Permalink
Merge pull request #82 from Johni0702/armorstand-mob
Browse files Browse the repository at this point in the history
Armor stands can be spawned using the ServerSpawnMobPacket
  • Loading branch information
Steven Smith authored and Steven Smith committed Apr 3, 2015
2 parents 70adafe + 1c680e2 commit b9fec7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public class MagicValues {

register(GlobalEntityType.LIGHTNING_BOLT, 1);

register(MobType.ARMOR_STAND, 30);
register(MobType.CREEPER, 50);
register(MobType.SKELETON, 51);
register(MobType.SPIDER, 52);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public enum MobType {

ARMOR_STAND,
CREEPER,
SKELETON,
SPIDER,
Expand Down

0 comments on commit b9fec7d

Please sign in to comment.