removed skin_cape from common properties
This commit is contained in:
parent
5ad9ef823a
commit
ea6812b27e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class NpcTypeImpl implements NpcType {
|
|||
|
||||
public NpcTypeImpl build() {
|
||||
ServerVersion version = PacketEvents.getAPI().getServerManager().getVersion();
|
||||
addProperties("fire", "invisible", "silent", "look", "skin_cape",
|
||||
addProperties("fire", "invisible", "silent", "look",
|
||||
"using_item", "potion_color", "potion_ambient", "dinnerbone");
|
||||
if (version.isNewerThanOrEquals(ServerVersion.V_1_9)) addProperties("glow");
|
||||
if (version.isNewerThanOrEquals(ServerVersion.V_1_14)) addProperties("pose");
|
||||
|
|
Loading…
Reference in a new issue