Links
Tags
Creators
Details
All versions
1.11.0
Release
1.11.0 (Fabric)2 weeks ago 46
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
1.11.0 (2026-08-30)
Features
- add a configurable replay start delay (#445) (a3cd1e0)
- add custom target angle objective to angle solver (#370) (121d20f)
- add per-tick teleport destinations (#443) (cf6d402), closes #438
- add pressure plate hitbox constraint (Ctrl+B) (#442) (4c5226f), closes #437
- anglesolver: cold gate-pattern start solver + lattice-exact certified core (#447) (96e15d0)
- list Fast and Optimize as built-in graph presets in Custom (#444) (109cc17), closes #336
- remove the slow polish stage from the run-ticks fast solve (#456) (e4dbf98)
- runticks: refine UI layout and improve min mode search logic (#426) (2ba0745)
- show the in-game yaw in tick info (#453) (6295709)
- solver: certified B&B, one-path pipeline, cleanup, free-start seed-independence (#427) (be584ed)
- solver: one authoritative time budget per node (#431) (06c0573)
- ui: allow Speed and Jump Boost amplifiers up to 255 (#433) (575e82c)
- ui: per-node and per-param help in the graph editor (#430) (#432) (6d8fdc8)
Bug Fixes
- anglesolver: Custom defaults to the Optimize graph and budget (#452) (f5a80b7)
- anglesolver: support cross-axis dX-vs-dZ constraints in closed-form and SLP solvers (#425) (320509e)
- sim: apply per-tick pitch so water trajectory matches replay (#441) (b8a888c), closes #423
Code Refactoring
- anglesolver: remove copy-to-tick and move-to-tick from constraint menu (#440) (40d15a3), closes #420
- solver: remove unreachable CountingForwardModel (#436) (20f32b7)
Miscellaneous Chores
- weekly release train (583011f)
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:Lxy4H4lS:RkGLUQpj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lxy4H4lS:RkGLUQpj"
}

