Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 11 months ago
All versions
1.0.5
Release
[Forge 1.20.1+] v1.0.52 years ago 1.16M
Compatibility
Minecraft: Java Edition
1.20–1.20.3
Platform
Forge
Supported environments
Client-side
Changes
1.0.4
- Added language translations for options
- Added support for earlier 1.20+ and 1.19+ releases
1.0.4
- Added support for 1.21.1 and a Quilt specific release
1.0.3
- Removed debug code polluting the logs.
1.0.2
- Added support for Minecraft 1.21
- Updated options text to display delay time in minutes and seconds
- Removed Architectury API as a dependencry
- Removed Cloth Config as an optional dependency and made config menu native
1.0.1
- Fixed issue where config option wasn't visible in certain situations in mod menu
- Updated name of project to avoid using the same name as an existing project
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:tvuSEM6E:sVcfrlUC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tvuSEM6E:sVcfrlUC"
}

