Hi! I'm relatively new to mod development, but not at all new to modpack development. I've decided to take things up a notch in quality and start making some core content for a modpack that I've been developing for about half a year. It is 1.20.1 (47.1.3). I've started to write code for my core mod, but I was wondering if anyone knew of a way to get my development environment to run my modpack instead of a fresh client with forge and the core mod. I know how to define dependencies, but the vast majority of mods in the pack do not need to be dependencies for the pack. Preferably I'd also like to have it register my config settings and other modpack things, like crafttweaker scripts, directly from the 'runClient' and 'runServer' commands. Btw I'm using IntelliJ Community Edition as my IDE if that effects anything. Thank you for reading!