This is an open project about the creation of a system which systematically generates a tag/code/ID for a mod which uniquely identify it.

The first step of this project is to determine the properties of a mod which makes it unique.
The second step is to determine which of these properties we keep track of for practical reason. In other word, we approximate the uniqueness of the tag for efficiency reasons, if needed at all.
The third step is to determine properties we would like the system to have. For instance, prefix-based.
The fourth step is actually creating the system.
The fifth step is writing an article and implementing it.