for(Object o : entities)
{
EntityLiving e = (EntityLiving)o;
if(MFRRegistry.getRanchables().containsKey(e.getClass()))
{
IFactoryRanchable r = MFRRegistry.getRanchables().get(e.getClass());
List<ItemStack> drops = r.ranch(worldObj, e, this);
if(drops != null)
{
for(ItemStack s : drops)
{
if(LiquidContainerRegistry.isLiquid(s))