- Minecraft Coder Pack
- CleanroomLoader (Continuation + Revamp of ForgeModLoader)
- Cleanroom Minecraft (Continuation + Revamp of MinecraftForge)
- Mixin (Coming Soon)
- Bytecode Patcher (Coming Soon) [Inspired by Bansoukou and Bytecode Patcher]
- Clone this repository
- Import the
build.gradle
into your IDE (most preferably IntelliJ IDEA) - Once the import has finished, run
gradlew setup
- Build with
gradlew build
graph TD;
A(Mixin integration)-->D(Milestone 1);
B(LWJGL incompat)-->D;
C(Newer Java incompat)-->D;
D-->E(New config system);
D-->G(Minor improvement and fixes)
E-->F(Greater improvement needs configs)
X(Cleanroom Gradle)-->Y(MDK or template)
Y-->Z(New APIs can be used by mods)
D-->Z