Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client and server
Creators
Details
Licensed MIT
Published last month
An updated fork of Trinkets Canary.
This fork was created due to Trinkets Canary's GitHub repo being inactive whilst major bugs were left unaddressed. This serves as a drop-in replacement for Trinkets Canary, whether you're just a user wanting to install mods, or a developer wanting to depend on trinkets.
Including in a project
build.gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:trinkets-continued:${project.trinkets_version}"
}
gradle.properties
trinkets_version=3.11.3-1.21.11 # make sure you use the correct version


