mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-14 15:25:00 -04:00
Because of crummy regex https://github.com/MinecraftForge/FML/blob/57be417b7c29bb23e152f400752f68f33115915d/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