mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 10:31:37 +01:00
SPIGOT-2103: Armor stands are spawnable
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4bac582c93
commit
51bdeb679c
@ -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…
Reference in New Issue
Block a user