From 14edc9086fc3560b67fda145f03a047349d886ff Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 31 Aug 2018 11:45:09 +0200 Subject: [PATCH] Update this description --- src/main/java/com/minelittlepony/pony/data/IPony.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);