Download Trinkets Canary — Minecraft Mods — MetaMods
Trinkets Canary

Trinkets Canary

Active

Downloads

0

Last update

4 months ago

Versions

1.21.4 — 1.21.8
Client and server
Fabric
Quilt
Weapons and armor
Game mechanics
Utils

Modified Version of Trinkets Mod for Current Releases

Trinkets Canary is an updated version of the popular Trinkets mod, specifically designed for proper operation with Minecraft versions 1.21.4 and newer. The foundation for most changes in this version was laid by developer Patbox, whose contribution cannot be overstated.

It's important to understand that this mod serves only as a basic platform for other modifications to function. By itself, it does not add game items or features — for its full use, an additional mod created specifically for compatibility with Trinkets is required. As an example, the Craftable Capes mod can be mentioned.

Connection to Your Project

To integrate Trinkets Canary into your modification, use the following parameters in the build.gradle file:

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:trinkets-canary:${project.trinkets_version}"
}

Specify the required dependency versions in the gradle.properties file:

trinkets_version=3.10.0-1.21.4 # Specify the version from the official release page

If using the Minotaur plugin for publishing modifications, remember to update the dependency identifier to trinkets-canary.

Project members
Ryhon

Ryhon

Developer

Created: 15 May 2025

ID: 92060