nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Trinkets Continued

Trinkets Continued

Mod

Updated fork of Trinkets Canary, a data-driven accessory mod

Client and server EquipmentGame MechanicsLibraryUtility

9,240 downloads
14 followers
Trinkets Continued has been archived. Trinkets Continued will not receive any further updates unless the author decides to unarchive the project.

An updated fork of Trinkets Canary.

On 26.1 and above, you should use 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

External resources


Project members

Rebel459

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID