
Modrinth · Minecraft mod
ModMenu Badges Lib
More badge!!!
Quick answer
Which ModMenu Badges Lib release should I use?
ModMenu Badges Lib 2026.3.1 targets 26.1, 26.1.1, 26.1.2 with Fabric. It must be installed on the client. Do not install it on the dedicated server. All 3 required mods have matching files.
Where it goes
Is ModMenu Badges Lib required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does ModMenu Badges Lib 2026.3.1 need?
2026.3.1. Change the file and its required mods may change too.
Install Mod Menu, Fabric API, Text Placeholder API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add ModMenu Badges Lib without breaking your instance.
Built for ModMenu Badges Lib 2026.3.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 2026.3.1. It targets 26.1, 26.1.1, 26.1.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Mod Menu, Fabric API, Text Placeholder API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 2026.3.1. It opens that exact file at the source.
About this project
What does ModMenu Badges Lib add?
ModMenu Badges Lib
More badge!!!
Support
·
Report Bug
·
Request Feature
Table of Contents
About The Project

Just a simple library for adding your own badges to ModMenu.
For example, Tschipcraft uses it for the Data Pack badge in Dynamic Lights
Usage
Mod Developers
- Add Gradle dependency into
build.gradleorbuild.gradle.kts
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
// Option 1: Include ModMenu Badges Lib to project for it available within your own jar (additional ~5kb)
include(modImplementation("maven.modrinth", "modmenu-badges-libb", "<version>"))
// Option 2: Depend on ModMenu Badges Lib, but require that users install it manually
modImplementation("maven.modrinth", "modmenu-badges-lib", "<version>")
}
- Add the dependency recommend in your fabric.mod.json
"recommends": {
"modmenu-badges-lib": "*"
}
- Open ModMenu Badges Generator add copy result to our
fabric.mod.json.
Alternative color code generator: https://argb-int-calculator.netlify.app
{
...
"custom": {
"mcb": [
{
// Badge text
"name": "Example Badge",
// Fill color
"fillColor": -2003942227,
// Outline color
"outlineColor": -2003084874
},
{
//Next badge
}
]
},
...
}
Modpack developers
- Create
modmenu-extra-badges.jsonfile in root of your
modpack instance (.minecraft folder or else depend on launcher ) - Use example below to edit all how you want
Color values generating tool https://syorito-hatsuki.github.io/modmenu-badges-lib/
{
// Mod ID
"modmenu-badges-lib": {
// Sort badges by alphabet [Default: false]
"sort": true,
// Overwrite all badges with new, aka delete all [Default: false]
"overwrite": true,
// List of modmenu-badges-lib badges
"badges": [
{
// Name is only required value.
// Other values will be generated by it if missed
"name": "Another House"
},
{
// Required
"name": "COLORFUL",
// Optional
"labelColor": -16711936,
// Optional
"fillColor": -16776961,
// Optional
"outlineColor": -65536,
// Optional
"delete": false
},
]
},
// Deleting default Minecraft Badge
"minecraft": {
"badges": [
{
"delete": true,
"name": "Minecraft"
},
]
}
}
Roadmap
- Search by badge
- Own online badge editor with real-time preview
See the open issues for a full list of proposed
features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also
simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Project description from Modrinth.
Pick your setup
ModMenu Badges Lib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
1 loader build26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader buildShowing the newest 12 of 29 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
ModMenu Badges Lib versions and loaders
2026.3.1
modmenu-badges-lib-2026.3.1.jar
30 Mar 2026
2026.2.1
modmenu-badges-lib-2026.2.1.jar
7 Feb 2026
2026.1.1
modmenu-badges-lib-2026.1.1.jar
22 Jan 2026
2025.6.1
modmenu-badges-lib-2025.6.1.jar
17 Jun 2025
2025.4.1
modmenu-badges-lib-2025.4.1.jar
26 Apr 2025
2023.6.1
modmenu-badges-lib-2023.6.1.jar
11 Jun 2023
2023.4.1
modmenu-badges-lib-2023.4.1.jar
21 Apr 2023
2023.4.1
modmenu-badges-lib-2023.4.1.jar
21 Apr 2023
Looking for an older file? The official Modrinth project page is in Resources.