Links
Tags
Creators
Details
All versions
1.4.0-beta.2+mc26.1
Beta
Delete 1.4.0 Beta 2 (26.1-26.2)2 weeks ago 18
Compatibility
Minecraft: Java Edition
26.3-snapshot-3
26.2
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
1.4.0 Beta 2
Changes:
- Added automated testing for my mod.
- Added support for
26.3-snapshot.5on the 26.3 snapshots build. - Internal code improvements.
Some notes on Minecraft 26.3 Snapshot 4/5 amd above:
- Beta 1 added a separate build for this version, because it breaks compatability due to the fact that Mojang moved from
GLFWtoSDL3for the game's input library. - As a result of this, mappings that use integers instead of friendly keynames will be treated differently on different versions (They'll be
GLFW keycodeson1.16-26.3-snapshot.3andSDL3 scancodeson26.3-snapshot.4and above). Also, the friendly keynamef25only works on GLFW. In a future mappings format version,f25will be removed as a friendly keyname. - If you only use friendly keynames in your mappings, (excluding
f25) they will work fine across versions. - After 26.3 full release, the primary build of the mod will become the 26.3 build and the 26.1-26.2 build will become the secondary build. At this point, the previous 1.21.11 secondary build will lose support and no longer be made. Noe that the builds for
1.20-1.20.1and1.20.5-1.21.5are considered LTS builds and will not lose support any time soon.
Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.0-beta.1+mc26.1...1.4.0-beta.2+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:w7cWuOFM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xrOWVab9:w7cWuOFM"
}

