Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 3 years ago
Updated last month
All versions
3.16-RELEASE
Release
UltraCosmetics 3.16-RELEASElast month 1,578
Compatibility
Minecraft: Java Edition
26.2
26.1.2
1.21.11
1.20.6
1.19.4
1.18.2
1.17.1
Platforms
Folia
Paper
Spigot
Changes
This release adds 26.2 support and fixes several bugs
What's Changed
- 26.2 support
- Improve snake mount behavior and speed
- Some gadget errors on folia should hopefully be resolved
- Fix pet lead break handling
- Fix rocket gadget error on clear
- Updater now uses modrinth for update checking and downloading, which should be more reliable.
- CoinsEngine support has been dropped since its maven artifacts are no longer available; please switch to its successor ExcellentEconomy or another supported economy plugin
Full Changelog: https://github.com/UltraCosmetics/UltraCosmetics/compare/3.15.0.1-RELEASE...3.16-RELEASE
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:GLJ7ZGMW:G1eCU6gD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GLJ7ZGMW:G1eCU6gD"
}

