Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Oxidizium
Rewrites Minecraft Logic in Rust
This mod is a mod of all time. Rust is fast, Java is slow. What's the fix? Replacing Java with Rust of course! Performance is likely to improve with newer JVM releases as more is done to reduce the latency from calling native (Rust) code from Java.
Currently this mod replaces the following code:
- MathHelper
This mod ships native code, so make sure the correct version is downloaded for your OS.
Make sure you use JDK 22 and --enable-preview --enable-native-access=ALL-UNNAMED
JVM arguments.