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