Minecraftforge: [1.12.2] --modListFile is being ignored on latest builds.

Created on 31 Dec 2018  路  1Comment  路  Source: MinecraftForge/MinecraftForge

  • Verified broken on latest: 1.12.2-14.23.5.2796
  • Last known working: 1.12.2-14.23.2.2651

The --modListFile argument is not working on the latest versions.

I can't immediately tell what's wrong in the code, however the same launch args which worked with the older version noted above are no longer working. The mods are not being loaded.

Related: https://github.com/MinecraftForge/MinecraftForge/issues/5207

Seemingly fixed by https://github.com/MinecraftForge/MinecraftForge/commit/8ace535995522bec0557d4217e0d98b3dc76cf1e, however changes were reverted in https://github.com/MinecraftForge/MinecraftForge/commit/10dbbf9c1915b7f5b2fc879a630b199aedbd192a

Most helpful comment

After some more digging, I found the issue.

The following line needs to be changed from launchArgs to forgeLaunchArgs.
https://github.com/MinecraftForge/MinecraftForge/blob/5771c8ffea9a4b31043358a26ec456218a724ac0/src/main/java/net/minecraftforge/fml/relauncher/libraries/ModList.java#L66

>All comments

After some more digging, I found the issue.

The following line needs to be changed from launchArgs to forgeLaunchArgs.
https://github.com/MinecraftForge/MinecraftForge/blob/5771c8ffea9a4b31043358a26ec456218a724ac0/src/main/java/net/minecraftforge/fml/relauncher/libraries/ModList.java#L66

Was this page helpful?
0 / 5 - 0 ratings