Tags
Creators
Details
1.20-3.1
Compatibility
Changes
Wildfire’s Female Gender Mod Version 3.1 Changelog
Mod Changes:
• Max Breast Size Reduced to be more realistic.
• Enabled female hurt sounds for "Other" gender.
• Added armor physics override (mainly for when you have invisible armor resource packs).
• Added enchantment glint to armor trims.
• Added breast presets code (not enabled currently as it is unfinished).
• Fixed "Playing with Creator" prompt not working properly.
• Fixed female gender sounds needing the server to have the mod installed.
• Fixed WildfireSlider not updating unless you drag the slider.
• Fixed syncing on dedicated servers.
• Removed armor texture cache.
Configuration File Changes
Breast Size
• Max Inclusive: 1 to 0.8
Cleavage
• Default Value: 0.05 to 0
Bounce Multiplier
• Max Inclusive: 1 to 0.5
Floppy Multiplier
• Default Value: 0.95 to 0.75
• Min Inclusive: 0.25
Physics
• Default Value: False to True
New Translation Keys:
• wildfire_gender.char_settings.override_physics_armor
• wildfire_gender.tooltip.override_armor_physics
• wildfire_gender.breast_customization.presets.add_new
• wildfire_gender.breast_customization.presets.delete
Added Community Translations:
• Ukrainian (Courtesy of Nezila)
• Simplified Chinese (Courtesy of Mc_candycube6623)
Developer Note: I'm aware this update is going to spark controversy, I've been wanting to make the mod more realistic for a while now. I just never liked having unrealistic values as it looks terrible in game. If you don't like the update, then I highly suggest you just use the old versions of the mod.
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:yWpAgnNY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bcOsQHnC:yWpAgnNY"
}

