MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
514 stars 443 forks source link

[FG3] Multi project workspace no longer works after updating from ForgeGradle 2 #557

Closed darkevilmac closed 5 years ago

darkevilmac commented 5 years ago

After starting to upgrade my projects to 1.13, and managing to get some of them to compile I've run into an issue when trying to run the game. Whenever I try to launch the game it ends up throwing exceptions and preventing me from testing my project.

This happens whether I use the runClient task from gradle directly, or if I use the run config generated for IntelliJ.

Log with errors: https://gist.github.com/59345bf2e78fe95f87f2d45c19468065 Older project using a similar structure: https://github.com/elytra/DavincisVessels Current 1.13 project that the issue occurs on: http://github.com/TridentMC/Molecule

tterrag1098 commented 5 years ago

Fixed via https://github.com/MinecraftForge/ForgeGradle/pull/546

darkevilmac commented 5 years ago

Just tested with the newest forge and I'm getting the same errors. Same thing with the runClient task and generated IntelliJ config. Is there some additional tweaking I'm going to need to do? I've pushed my update to the new system to my repos.

tterrag1098 commented 5 years ago

Yes you will absolutely need to update your run configs. Check the new MDK example.

darkevilmac commented 5 years ago

I did update my run configs to match the ones in the MDK, I'm still having issues.