removed skin_cape from common properties

This commit is contained in:
D3v1s0m 2023-07-20 14:49:39 +05:30
parent 5ad9ef823a
commit ea6812b27e
No known key found for this signature in database
GPG Key ID: 3B6EC35367B8D82E

@ -87,7 +87,7 @@ public class NpcTypeImpl implements NpcType {
public NpcTypeImpl build() { public NpcTypeImpl build() {
ServerVersion version = PacketEvents.getAPI().getServerManager().getVersion(); 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"); "using_item", "potion_color", "potion_ambient", "dinnerbone");
if (version.isNewerThanOrEquals(ServerVersion.V_1_9)) addProperties("glow"); if (version.isNewerThanOrEquals(ServerVersion.V_1_9)) addProperties("glow");
if (version.isNewerThanOrEquals(ServerVersion.V_1_14)) addProperties("pose"); if (version.isNewerThanOrEquals(ServerVersion.V_1_14)) addProperties("pose");