Hey,
I'm quite inexperienced with modding and forge and gradle are still all kinds of confusing to me, so excuse me if I say something dumb. I cloned the ComputerCraft repository and opened the folder as an IntelliJ IDEA project. I ran the setupDecompWorkspace task and the genIntellijRuns task. My problem is with the run configurations. The game + forge load fine, but once loaded ComputerCraft itself isn't actually loaded. However if I run the gradle runClient task it does load properly. I would prefer not to use the gradle task option every time I want to test a change, so my question is if someone could help me get the run configurations to work. Forge version: 1.12-14.21.1.2387
I would also like to know how to update the project to the latest recommended version of Forge for 1.12.2.
Thanks!