SPIGOT-2103: Armor stands are spawnable
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4bac582c93
commit
51bdeb679c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public enum EntityType {
|
|||
/**
|
||||
* Mechanical entity with an inventory for placing weapons / armor into.
|
||||
*/
|
||||
ARMOR_STAND("ArmorStand", ArmorStand.class, 30, false),
|
||||
ARMOR_STAND("ArmorStand", ArmorStand.class, 30),
|
||||
/**
|
||||
* @see CommandMinecart
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue