Links
Tags
Creators
Details
All versions
1.3.0-rc1+mc26.1
Beta
1.3.0 Release Candidate 1 (26.1-26.2)last month 28
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
1.3.0 Release Candidate 1
Changes:
- Increased the Mappings format version to
3, which:- Does not break compatability this time, because fv 2 mappings still load.
- Mappings can now set feature flags
overrideVanillaNavigationandcrossLineSignMovementwithin theflagstop level JSON format. - Added new vanilla override actions so mappings can customize more keybinds (they only work if
overrideVanillaNavigationistrue):OVR_NAV_CHAR_LEFT,OVR_NAV_CHAR_RIGHT,OVR_SEL_CHAR_LEFT,OVR_SEL_CHAR_RIGHT,OVR_DEL_CHAR_LEFT,OVR_DEL_CHAR_RIGHT,OVR_NAV_TEXT_UP, andOVR_NAV_TEXT_DOWN. - Note that, in the future, any new actions will cause an
fvbump, but new feature flags will not.
- Added the
/navmappings debug dumpActionsand/navmappings debug dumpFeatureFlagssubcommands - Internal code improvements
Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.2.0+mc26.1...1.3.0-rc1+mc26.1
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:xrOWVab9:Q0kj8t2D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xrOWVab9:Q0kj8t2D"
}

