Tags
Creators
Details
1.4.1
Compatibility
Required content
Changes
WorldBinder 1.4.1
This Minecraft 26.3 update makes Fly more natural and adds direct access to Movement Tools.
Movement Tools
- Enable Fly, then double-tap Jump to start or stop flight with Creative-style timing.
- Jump rises, Sneak descends and Sprint boosts horizontal flight speed. The existing 0.5-5.0x Fly setting still controls base speed.
- Smoothed flight steering remains collision-aware; landing returns to walking.
- Native Creative flight and player ability flags are not modified. Fly only overrides other helpers while custom flight is active.
- Added F12 as a configurable shortcut to Settings > Movement Tools.
- Updated English/German Fly tooltips and controls documentation.
The other 13 Movement Tools and their saved settings remain available. The central Chat / Toast / Chat & Toast / None message choice, Widget Editor, F9 Control Center, F10 map, capture, durable cache, recovery, validation and export workflows remain in place. Minecraft 26.2 continues as an export target while the runtime stays on 26.3.
Compatibility
Requires Minecraft 26.3, Fabric Loader 0.19.5+, Fabric API 0.160.7+26.3+ and Java 25. Mod Menu is optional.
Use movement assistance only in local worlds or on servers that expressly allow it. Remote server movement validation remains authoritative; no permission or anti-cheat bypass is provided. Archive only content you own or have permission to save.
Feedback: https://github.com/Philiipp06/WorldBinder/issues Discord: https://discord.com/invite/V7h3vaXxDZ
Optional dependencies
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:1PpMOGQ0:Vgeuyddn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1PpMOGQ0:Vgeuyddn"
}

