Tags
Creators
Details
4.0.2-26.1-neoforge
Compatibility
Changes
Update 4.0.2
New
- Minecraft 26.1 support
Fixes & tech updates
- Fixed a bug where the game could crash due to improper initialization (#13)
- The mod and keybind initialization have been reworked.
- Fixed an issue where mouse buttons could not be assigned to the mod’s keybinds in the game settings.
- Fixed a game crash when Fabric API was not installed. Fabric API is now required.
- Fixed an issue where the event could not be selected in the "Simulate Key Event" action when multiple such actions were present.
- A lot of fixes in GUI and compatibility between versions
- Due to major changes to ItemStack in Minecraft 26.1, the ability to open the mod settings through ModMenu has been temporarily disabled.
If you have any ideas for a new type of action, I’ll be happy to hear them! You can share your ideas here: https://discord.com/channels/773736638579998730/1349234377648771197
Changelog: https://github.com/Nitsha-M/Nitsha-s-FastBind/releases/tag/v4.0.2
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:v0yaXjcg:9Jc2Rr9w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v0yaXjcg:9Jc2Rr9w"
}

