MinecraftForge / ForgeGradle

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

FG4.1 LinkageError #758

Closed mysticdrew closed 3 years ago

mysticdrew commented 3 years ago

583 is still a problem with FG4.1.

On top of that the hacky solution for it is now also broken.

https://gist.github.com/mysticdrew/0a177f5a51473a482d0ea3d82a7a658b

from(zipTree(it)) causes a ConcurrentModificationException. Error: https://gist.github.com/mysticdrew/ca8423c0fa9c454e1fc6723506d79f94

When reverting back to FG3 the hacky solution still works.

mysticdrew commented 3 years ago

Solution is to add FMLModType: LIBRARY to the library's manifest.