
So Big: 250%
This add-on for Female Gender Mod expands character body customization by allowing the size setting to be increased up to 250% The changes are visible only to players who have this add-on installed It works as an extension of the original Female Gender Mod
1.3.0-fabric-26.x-250percent
Compatibility
Changes
I have updated the mod to version 26.3. However, the issue where the breast size does not increase and the model only moves upward has not been fixed yet. I plan to fix this issue in a future update. I currently do not have much time to work on it, so please be patient and wait for the fix.
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:beaUzOvu:zWwu9ZEn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:beaUzOvu:zWwu9ZEn"
}
