Hide forge mods from showing up to the server.
- Click
use this template
at the top. - Clone the repository you have created with this template.
- In the local repository, run the command
gradlew setupDecompWorkspace
- Open the project folder in IDEA.
- Run
gradlew runClient
andgradlew runServer
, or use the auto-imported run configurations in IntelliJ like1. Run Client
. - Run
gradlew build
to build.
gradlew build
gradlew setupDecompWorkspace
gradlew runClient
gradlew runServer
gradlew clean
gradlew genIntellijRuns
gradlew --refresh-dependencies