Recently I’ve been starting up with Forge again. ForgeGradle is hard to work with. If you stumble across this looking for help, many of the helpful links I’ve extracted are below. I’ve also included some tips.
Tips (check back for updates):
gradle setupDecompWorkspace
, go to ~/.gradle/caches/minecraft/net/minecraftforge/forge/<version>/
and extract the contents of the forgeSrc-<version>-source.jar
to a folder in your Forge project folder. Then just add the extracted files as source, and you’re good to go!Links: