Skip to content

Commit

Permalink
Armor stands can be spawned using the ServerSpawnMobPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed Apr 3, 2015
1 parent f5d3e69 commit 1c680e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
Expand Up @@ -2,6 +2,7 @@

public enum MobType {

ARMOR_STAND,
CREEPER,
SKELETON,
SPIDER,
Expand Down

0 comments on commit 1c680e2

Please sign in to comment.