When running Platform on NeoForge 1.21.1, its multi-loader asset patching system causes a severe resource-loading conflict with the Fabric mod Axiom when translated via Sinytra Connector. Platform's early asset injection pipeline intercepts the classloader, preventing Connector from remapping and exposing Axiom's internal UI directory. This completely blocks Axiom from loading its embedded ImGui framework font, forcing an immediate crash during the client boot screen with a java.util.MissingResourceException: Missing font: inter-medium.ttf. Removing Platform fixes the crash entirely, but it leaves dependent mods like Vanilla Backport unplayable.
When running Platform on NeoForge 1.21.1, its multi-loader asset patching system causes a severe resource-loading conflict with the Fabric mod Axiom when translated via Sinytra Connector. Platform's early asset injection pipeline intercepts the classloader, preventing Connector from remapping and exposing Axiom's internal UI directory. This completely blocks Axiom from loading its embedded ImGui framework font, forcing an immediate crash during the client boot screen with a java.util.MissingResourceException: Missing font: inter-medium.ttf. Removing Platform fixes the crash entirely, but it leaves dependent mods like Vanilla Backport unplayable.