diff --git a/polymer-core/src/main/java/eu/pb4/polymer/core/api/utils/PolymerUtils.java b/polymer-core/src/main/java/eu/pb4/polymer/core/api/utils/PolymerUtils.java index 298527e1..7eb76dd6 100644 --- a/polymer-core/src/main/java/eu/pb4/polymer/core/api/utils/PolymerUtils.java +++ b/polymer-core/src/main/java/eu/pb4/polymer/core/api/utils/PolymerUtils.java @@ -189,13 +189,8 @@ public static NbtCompound createSkullOwner(String value, String signature) { return skullOwner; } - /** - * With 1.20.2, client logs errors when signature is missing, which might cause a lot of spam in some cases. - * This method will be un-deprecated if the issue gets fixed. - *

- * MC-264966 - */ - @Deprecated + + public static ItemStack createPlayerHead(String value) { return createPlayerHead(value, null); }