Back to mods
ModMenu Badges Lib project artwork

Modrinth · Minecraft mod

ModMenu Badges Lib

More badge!!!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ModMenu Badges Lib release should I use?

Updated 4 months ago
Latest stable file 2026.3.1
Game version 26.1, 26.1.1, 26.1.2
Loader Fabric

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.

Client Required
Dedicated server Not supported
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 3 required mods have matching files

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.

2 listed on this file 1 pulled in by one of those mods
Mod Menu Needed by ModMenu Badges Lib 2026.3.1
required
Matching file found Matched file: 20.0.1
Fabric API Needed by ModMenu Badges Lib 2026.3.1
required
Matching file found Matched file: 0.156.0+26.2
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: 3.1.0-beta.1+26.2

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 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?

Contributors
Forks
Stargazers
Issues
MIT License
LinkedIn
Discord
Modrinth


ModMenu Badges Lib

More badge!!!
Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License

About The Project

In-Game ScreenShot

Just a simple library for adding your own badges to ModMenu.

For example, Tschipcraft uses it for the Data Pack badge in Dynamic Lights

(back to top)

Usage

Mod Developers
  1. Add Gradle dependency into build.gradle or build.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>")
}
  1. Add the dependency recommend in your fabric.mod.json
"recommends": {
"modmenu-badges-lib": "*"
}
  1. 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
  1. Create modmenu-extra-badges.json file in root of your
    modpack instance (.minecraft folder or else depend on launcher )
  2. 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).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

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.

29 available setups

Showing 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

8 of 8 releases match

Looking for an older file? The official Modrinth project page is in Resources.