Updated fork of Trinkets Canary, a data-driven accessory mod
An updated fork of Trinkets Canary.
This fork was created due to Trinkets Canary's GitHub repo being inactive whilst critical issues (such as crashing when opening a smithing table) were left unaddressed.
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-canary-fork:${project.trinkets_version}"
}
gradle.properties
trinkets_version=3.11.1-1.21.11 # make sure you use the correct version
Conversation