You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val name = collidedIdentifiers.first().split(":")[1]
49
+
if (collidedIdentifiers != collidedIdentifiers.filter { it.split(":")[1] == name }) {
50
+
throwIllegalStateException("Hash collision found for the follow projects. A hash collision occurs when two or more different projects (the same project for a different mod loader does not count as separate projects) have the same hash for a file.\n"+
0 commit comments