Tags
Creators
Details
2.9
Compatibility
Required content
Changes
Wildfire's Female Gender Mod 2.9 - 1.18.2 • Female Gender Mod is now fully translated properly. • Backend almost entirely rewritten/cleaned up thanks to the help of pupnewfster. • Breathing animation for breasts reworked. - Animation is disabled when you are underwater, unless you have an effect that gives you the ability to breathe underwater. • Basic API for adding compatibility with armors. - Armor now has a "tightness" and "physics resistance" paramter. More details included here. • Updated credits list in mod • Player preview is now properly rotated in Breast Customization Screen. • Breast rendering has been changed. • [Forge Only] Female Hurt Sounds are not required on the server anymore.
Contributors to this update: Kichura, pupnewfster
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:qx8RhTPG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bcOsQHnC:qx8RhTPG"
}

