CleanroomIDF is a template for the development with cleanroom, based on IdeallandFramework, TemplateDevEnv and 1.12.2-FG6-Template
There are many branchs here.
main
is the main branch
full
is the main with the codes of idf
the branchs start with _
is the contribution to upstream, do not use!
the branchs start with __
is the expirement, do not use!
The action is used for check.
You can edit it for you own mod build.
-
Click
use this template
at the top. -
Clone the repository you have created with this template.
-
Edit
version.properties
,gradle.properties
andbuild.gradle
until it is ok. -
In the local repository, run the command
gradlew setupDecompWorkspace
-
Open the project folder in IDEA.
-
Right-click in IDEA
build.gradle
of your project, and selectLink Gradle Project
, after completion, hitRefresh All
in the gradle tab on the right. -
Run
gradlew runClient
andgradlew runServer
, or use the auto-imported run configurations in IntelliJ like1. Run Client
.