Links
Tags
Creators
Details
All versions
1.4.1+mc1.20
Release
1.4.1 (1.20-1.20.1)18 hours ago 5
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
Quilt
Supported environments
Client-side
Required content
Changes
1.4.0
Changes:
- Fixed a crash that would occur if you loaded Minecraft after deleting a custom mappings JSON file that was previously active.
- Fixed a bug where the cut functionally might not work properly in some places.
- Add a
cmd_delete.forcePreventOverrideModeJVM property that can be used to force the mod to prevent override mode, even if a user's custom mappings set or a builtin mappings set has enabled. Note that this option is intended for debug purposes and not recommended for normal use. - Internal code improvements.
Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.0+mc26.1...1.4.1+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:qjNBe9mg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xrOWVab9:qjNBe9mg"
}



