build.gradle into your IDE (most preferably IntelliJ IDEA)gradlew setupgradlew buildprojects/cleanroom/src/ directory if you want to change vanillagradlew genPatches before commit, or the changes won't existsrc/ doesn't need generating patchesThere's an unofficial template exist. Note: You need to build before run.
A porting guide is available in Cleanroom wiki.
graph TD;
A(Mixin integration)-->D(Bouncepad overhaul - we are here);
B(LWJGL compat)-->D;
C(Newer Java compat)-->D;
D-->E(Config any time);
D-->G(Minor improvement and fixes)
E-->F(Greater improvement needs configs)
X(Cleanroom Gradle)-->D
D-->X
D-->Y(Better Mixin Integration)
Y-->D
$ claude mcp add Cleanroom \
-- python -m otcore.mcp_server <graph>