Tags
Creators
Details
14.0.0
Compatibility
Changes
Note: A fork of Trinkets compatible with Minecraft 1.21.11 can be found here: https://modrinth.com/mod/trinkets-updated
Note: rendering of Artifacts has been temporarily disabled in slots added by Accessories, as there is currently no version of Accessories compatible with Minecraft 1.21.11
Changelog:
- Ported to Minecraft 1.21.11
- Updated how the player holds the umbrella in third person, added attack animations and sounds
- Improved the helium flamingo's HUD overlay
- Updated the mimic spawn egg model to fit within a gui slot
- Added a unique texture for the Curios feet slot
- Fixed everlasting beef granting slightly too much xp when cooked in a furnace
- Removed the following config options:
- chorusTotem.consumeOnUse
- chorusTotem.teleportationChance
- chorusTotem.cooldown
Technical changes (resource packs and data packs created for older versions may be incompatible):
- Updated the umbrella model to use a vanilla model definition
- Updated entity attributes to follow the new vanilla names
- Removed/replaced the
artifacts:abilities,artifacts:death_protection_teleportandartifacts:equip_sounddata components - [NeoForge] Removed the (unused)
artifacts:ability_togglesattachment type - [NeoForge] Removed the
artifacts:roll_loot_tableloot modifier type
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:P0Mu4wcQ:fIHSksff"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0Mu4wcQ:fIHSksff"
}
