Tags
Creators
Details
All versions
1.11.2
Release
1.11.2-26.2 - Fabric13 hours ago 3,500
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- Added 26.3 Fabric/NeoForge
- Add fallback for incomplete renderstates for 1.21.9+, showing the cape on fake players like in the main menu
- Fix crash with Wyntills and Mannequin
- Create uk_ua localization by @Tenwoc in https://github.com/tr7zw/WaveyCapes/pull/146
- Added Italian Localization by @heytittino in https://github.com/tr7zw/WaveyCapes/pull/148
New Contributors
- @Tenwoc made their first contribution in https://github.com/tr7zw/WaveyCapes/pull/146
- @heytittino made their first contribution in https://github.com/tr7zw/WaveyCapes/pull/148
Full Changelog: https://github.com/tr7zw/WaveyCapes/compare/1.11.1...1.11.2
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:kYuIpRLv:lgCaDv04"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYuIpRLv:lgCaDv04"
}

