Links
Tags
Creators
Details
3.0.0
Compatibility
Changes
This release is for major versions 1.21.6 through 1.21.10. Due to a change in how Minecraft configures the permission level of commands, all versions older than 1.21.6 are no longer supported. To run this mod on older versions, use v2.0.0 or v1.2.0 instead.
Additionally, the minimum Fabric loader version has been increased to 0.17, from 0.15. No actual functionality has changed beyond that.
Features
- Updated to support 1.21.6 through 1.21.10
- Increased minimum Fabric loader version to 0.17
- Emit a warning if
/tick's permission level is changed in the future
Full Changelog: 2.0.0...3.0.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ticklowerperm-3.0.0-sources.jar | Sources jar | 15.15 KiB |
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:4ShukODo:cRjRnc6I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ShukODo:cRjRnc6I"
}

