Fix wither skull looking up/down the wrong way

This commit is contained in:
libraryaddict 2021-05-26 06:02:43 +12:00
parent 7935f65564
commit 796ae26ed7
1 changed files with 1 additions and 1 deletions

View File

@ -2902,7 +2902,7 @@ public class DisguiseUtilities {
}
public static byte getPitch(DisguiseType disguiseType, byte value) {
if (disguiseType.isMisc()) {
if (disguiseType != DisguiseType.WITHER_SKULL && disguiseType.isMisc()) {
return (byte) -value;
}