- Join random 1.12.2 servers regardless of mods
- Most vanilla things should still work
- Eventually even some modded things will kinda work
- 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
- Only modify
projects/cleanroom/src/
directory if you want to change vanilla - Run
gradlew genPatches
before commit, or the changes won't exist - Modifications on
src/
doesn't need generating patches - Install the ReAuth mod to make it easy to login while debugging
- Use this Shodan query to find servers to test on
Huge thanks to the CleanroomMC project, as without their work as a base this would be far more painful.