Tags
Creators
Details
All versions
1.7.0
Release
BindAliasPlus 1.7.0last week 4
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Unified state envelope â every game endpoint returns
{tick,state,chat,mod,sound,recipe}: full snapshot forgetState, changed-member diffs elsewhere (container diffed at slot granularity);held_keysis present whenever non-empty. - New state fields â
world_name,feet,hunger/saturation/armor/xp, crosshairtarget, activeeffects, nearbyplayers(locator-bar style, relative yaw/pitch),hotbar(+hotbar_empty); container items gaineddurability/enchanted/tooltip. soundchannel â subtitle-audible sounds with tick stamp, relative yaw/pitch (20° steps) and distance; repeats coalesce withxN.recipechannel,listRecipestool,applyRecipealias â recipe unlocks reported by result-item name; unlocked recipes can be listed (diff or per-query) and placed into the crafting grid like a recipe-book click (no crafting).- MCP port fallback â the mod falls back to the next free port from 25575; bridge gained
--port.
Changed
- chat/mod channels split â
ChatCapturereplaced byGameChannels:chat= game chat,mod= mod log output (alias feedback, errors,log\messages). - Bridge â
runAliasdelay parameter renamed tonap;listRecipesadded,getLogDiffdropped.
Fixed
- container_grid leading-blank alignment.
Optional dependencies
Any compatible version
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:cur4YrVB:cIUhc9AI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cur4YrVB:cIUhc9AI"
}

