1.0.0
Compatibility
Changes
RoundedTab
RoundedTab softens the sharp corners of the vanilla player list (the overlay you see when you hold TAB). No more hard rectangle — just clean, rounded edges that fit modern resource packs and UI mods.
Everything is client-side: install it yourself and it works on any server, vanilla or modded. Nothing is required on the server.

✨ Features
- Rounded corners on the TAB player list background.
- Adjustable corner radius — from subtle (1–2 px) to heavily rounded (up to 12 px).
- Background opacity — from the default dark panel all the way down to fully transparent (0%), leaving only the player names.
- One-click toggle — instantly switch back to the vanilla look.
- Lightweight — a couple of tiny mixins, no performance impact, no Fabric API required.
- Settings are saved and persist between game sessions.

⚙️ Configuration
All options live in the Mod Menu config screen (Mods → RoundedTab → settings icon):
| Option | Range | Default | What it does |
|---|---|---|---|
| Rounding | On / Off | On | Master toggle — off restores the vanilla square tab |
| Corner radius | 0–12 px | 6 px | How rounded the corners are |
| Background opacity | 0–100 % | 50 % | Panel transparency; 0 % = fully see-through |
Settings are also stored in config/roundedtab.properties if you prefer editing by hand.
📦 Installation
- Install Fabric Loader for your Minecraft version.
- (Optional) Install Mod Menu to access the in-game settings.
- Drop
roundedtab-x.x.x.jarinto yourmodsfolder. - Launch the game.
RoundedTab does not require Fabric API. Mod Menu is only needed if you want the settings screen — the mod runs fine without it using the config file.
🧩 Compatibility
- Side: client only — safe on every server, never sent to or required by the server.
- Loader: Fabric.
- Works alongside other HUD/UI mods that don't fully replace the vanilla player list.
💛 Credits
Made by me_Alfred — me-alfred.vercel.app
Found a bug or want a feature? Leave a comment — feedback is welcome!
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:g7kOj9iz:Gyw6Dxzv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g7kOj9iz:Gyw6Dxzv"
}

