A complete entity rendering optimization suite for Cleanroom 1.12.2.
A modernized fork of Efficient Entities for Cleanroom 1.12.2. It aims to combine multiple entity rendering optimizations into a single mod
- Faster entity rendering
- Entity occlusion culling (planned)
- Model part culling for large entity models (planned)
See the project roadmap:
https://github.com/users/seeedl1ng/projects/6
Prerequisites:
- JDK 25
From the command line:
git clone https://github.com/seeedl1ng/Ultimate-Entity-Renderer.gitcd Ultimate-Entity-Renderer.\gradlew build- The compiled JAR will be located in
build/libs/
-
CleanroomMC — CleanroomModTemplate and various other resources.
-
Based on the original Efficient Entities project by Michael Sebero
Original project: https://github.com/Michael-Sebero/Efficient-Entities