Fix wither skull looking up/down the wrong way
This commit is contained in:
parent
7935f65564
commit
796ae26ed7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user