2.0.0
Compatibility
Changes
Breximatica v2.0.0 β Changelog Asynchronous Chunk Rendering: Offloaded overlay geometry compilation to background threads and cached it on the GPU using Vertex Buffer Objects (VBOs). This completely eliminates CPU bottlenecks and ensures extremely high, unconstrained FPS. Silent Mode: Decoupled client-side camera movement from autopilot actions. The player can look around freely (F8 toggle / GUI button) while autopilot silently spoofs packet rotations to the server. Fluid & Collision Support: Autopilot can now place blocks inside water/lava pools and map fluid targets to bucket items. Autopilot Stuck Recovery: Added an automatic "wiggle" (jumping, moving sideways, and backing up) when staring at a target block for over 1 second without placement. Better Scaffold Cleanup: 1-block support scaffolds are destroyed immediately; multi-block pillars are cleaned up after a 10-second delay. Block Rotation Fixes: Corrected placement rotations for pistons, observers, dispensers, droppers, and standing signs. Optimized Scan Tour & States: Bounded scan tours to within 10 blocks of remaining mismatches. Autopilot now runs a final verification scan upon completion and enters an idle waiting state. Freecam Polish: Resolved camera stutters using coordinate linear interpolation and fixed mouse cursor jumps on focus changes. No Chat Spam: Removed creative mode "Generating..." chat messages.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:oafcXmIg:5RA0fjjP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oafcXmIg:5RA0fjjP"
}

