mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-2103: Armor stands are spawnable
This commit is contained in:
parent
a579a159a0
commit
a70e44d68b
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
Reference in a new issue