I can get Player Mod Name by use this code.
ImmutableList<String> mods = NetworkHooks.getConnectionData(p.connection.netManager) .getModList();
That code just getting the mod name.
but I want to get mod version.
How can I get Player Mod Version ? in 1.16.5
Please help me.