Trinkets Canary

Trinkets Canary

Trinkets的分支,适用于1.21.4-1.21.1

装备

这是 Trinkets 模组的一个分支,针对 1.21.4-1.21.11 进行了更新。对于未来的模组,请使用 Trinkets Updated。

该模组本身不会做任何事情,你需要另一个与此模组兼容的模组来添加物品。例如,Craftable Capes。

在你的项目中包含:

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 # 从版本页面复制版本号

如果使用 Minotaur 插件上传你的模组,请记得将依赖 ID 改为 trinkets-canary。