All versions
0.2.0-alpha
Alpha
Voidfemboy 0.2.0-alpha3 weeks ago 143
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
VoidFemboy 0.2.0-alpha Now on 1.21.1 and 1.20.1 — same features, pick your jar.
New
- Femboi Tail & Cat-Ear Headphones — new dyeable cosmetics in the Cute Menu (X): a physics-swayed tail with a white tip, and headphones with a head-following band. Hidden in first person.
- Hoodie Pocket — the hoodie/hoodie-dress carries a 45-slot pocket (9×5). Toggle with N while worn; items survive closing, relogging, unequipping and death.
- Rebuilt hoodie — kangaroo pocket, hood drape, sleeve hearts.
- Dress moved to the chest slot (legs = thigh-highs only). Skirt still renders — worlds with a dress in legs: take it out once, put it back in.
Fixed
- Dye-all no longer wipes tail/ear colors; armor tints sync.
- Title screen no longer traps the Options screen.
- Fixed a few other bugs.
Requires: Fabric API + GeckoLib (4.7+ on 1.21.1, 4.4+ on 1.20.1). Works in modpacks(maybe)
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:f3ptsNAV:NlM9JwC4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f3ptsNAV:NlM9JwC4"
}

