Files
Amethyst-Android/methods_injector_agent
tomikun 1f8bf59b0a mitigation: very old forge will crash trying to load package name starting with "mod_"
Because of crummy regex
57be417b7c/common/cpw/mods/fml/common/Loader.java (L66)
Old forge will incorrectly load "mod_blahblah/yourclass.class" while
expecting a "yourclass.class" because package name started with "mod_".

Fixes https://github.com/AngelAuraMC/Amethyst-Android/issues/265
2026-05-28 21:19:47 +08:00
..