Trinkets Continued
Modby rebel0459
Updated fork of Trinkets Canary, a data-driven accessory mod
Type
Mod
CurseForge Downloads
33,651
CurseForge ID
1457992
Modrinth Downloads
24,019
Modrinth ID
v7O824nf
Last Updated
Jul 27, 2026
Description
An updated fork of [Trinkets Canary](https://modrinth.com/mod/trinkets-canary).
On 26.1 and above, you should use [Trinkets (Updated)](https://modrinth.com/mod/trinkets-updated) instead.
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.12.0-26.1 # make sure you use the correct version
```
Compatibility
Mod Loaders
Fabric
Game Versions
1.21.11
26.1
26.1.1
26.1.2
Similar Mods
Anvil Fix
AnvilFix: Vanilla Anvils - but better! It removes the level limit for combining Items
Mod
576,698
End Origins
Adds a few origins based to live in the end.
Mod
576,657
Epic Fight NBT Integration
Adds NBT integration to Epic Fight Mod
Mod
576,642
Sacks 'N Such
A backpack type mod for TFC:TNG
Mod
576,629
Mo' Glowstone Lamps
Those glowstone lamps from that one mod are now dyable.
Mod
576,454
Instant Blocks
Generate structures or perform actions instantaneously.
Mod
576,074