Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 2 months ago
All versions
5.0.0-Beta.1+1.21.9
Beta
[Fabric] Female Gender Mod 5.0.0 Beta 1 - 1.21.910 months ago 10.1K
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
- Port to 1.21.9
- Added credits screen.
- Reworked breast rendering entirely for custom UV mapping values (saved per-player), and added a UV editor screen.
- Changed Keira image on first time setup to be a real-time rendered entity.
- Added support for deleting your Cloud Sync profile when it's turned off
- The Armor Physics setting now applies to all players
- Note that this setting is still not synced to other players, and only has an effect on your client
- This change also resets this setting if you previously had it enabled
- Fixed some on-screen text not being rendered due to overlooked rendering changes in 1.21.6
- Fixed performance issues from armor rendering checking if a texture exists
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:bcOsQHnC:PLVJzXdR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bcOsQHnC:PLVJzXdR"
}

