Tags
Creators
Details
fab-mc-26.1-rc.1-2-0.11.3
Compatibility
Changes
What's Changed
Features
26.2 Prerelease 1 Support
Adding support for 26.2 Prerelease 1 with some minor changes - no behavioral changes required.
UI Changes
Some changes were made to positioning of UI elements (small buttons next to sliders) to align them better. Additionally, the recently introduced preset buttons now use text instead of images to draw to prevent blurry text on certain resolutions.
Fixes
Figura + Mekanism
An issue where player heads were not re-rendered when Mekanism armor is worn but the player model is a Figura model has been fixed by forcing a re-render of the Figura model.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.11.2...v0.11.3
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:GgG2my3y:JjdsBvU7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:JjdsBvU7"
}


