Download Trinkets Canary — Minecraft Mods — ModStock
Trinkets Canary

Trinkets Canary

Active

Downloads

0

Last update

1 month ago

Versions

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

This is a fork of the Trinkets mod with updates for 1.21.4 and above.

This mod does not do anything by itself, you need another mod compatible with this mod that adds items. For example, Craftable Capes.

I can't gurantee compatability or stability, I am simply creating a release for the newer versions using the code, which has already been merged to main.

Including in your project:
build.gradle:

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}"
}

gradle.properties:

trinkets_version=3.10.0-1.21.4 # Copy the version from the version page

If using the Minotaur plugin to upload your mods, remember to change the dependency id to trinkets-canary.

Project members
Ryhon

Ryhon

Developer