diff --git a/src/main/java/com/minelittlepony/pony/data/IPony.java b/src/main/java/com/minelittlepony/pony/data/IPony.java index c845c8e9..c80a0ace 100644 --- a/src/main/java/com/minelittlepony/pony/data/IPony.java +++ b/src/main/java/com/minelittlepony/pony/data/IPony.java @@ -38,7 +38,9 @@ public interface IPony { /** * Returns true if an entity is wearing any headgear. This is used to hide things like the snout when wearing items - * such as the jack-o-lantern, helmet, or player's head. + * such as the pumpkin, a player's head, or any other types of blocks. + * + * In this case the helmet does not count as headgear because those generally don't interfere with snuzzle rendering. */ boolean isWearingHeadgear(EntityLivingBase entity);