Skip to content

Commit

Permalink
Un-deprecate this
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 2, 2023
1 parent c27aa89 commit 68c812f
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* <a href="https://bugs.mojang.com/browse/MC-264966">MC-264966</a>
*/
@Deprecated


public static ItemStack createPlayerHead(String value) {
return createPlayerHead(value, null);
}
Expand Down

0 comments on commit 68c812f

Please sign in to comment.