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
Fix: vanilla Forge 1.12.2 clients can now load the mod - removed the
Cleanroom-only ModType: CRL manifest attribute (vanilla Forge treats an
unknown ModType as "not an FML mod" and silently skips the jar) and rebuilt
with a Java 8 target (class 52) so Forge's ASM 5.2 mod discovery accepts it;
previously the client never had the mod in its list, so Cleanroom servers
rejected the connection with "mod is not found on client"