ModMenu Badges Lib

More badge!!!

by
836.6K Downloads
fabriclibraryutility
Configure a Compatible Minecraft Server

Screenshots

In-Game Example
ModMenu Badges Lib Screenshot 2

About this Mod

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)

Available Versions

ModMenu Badges Lib 2026.3.1release
MC 26.1, 26.1.1, 26.1.2, 26.2fabric
March 30, 2026
ModMenu Badges Lib 2026.2.1release
MC 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
February 7, 2026
ModMenu Badges Lib 2026.1.1release
MC 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
January 22, 2026
ModMenu Badges Lib 2025.6.1release
MC 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
June 17, 2025
ModMenu Badges Lib 2025.4.1release
MC 1.21.5fabric
April 26, 2025

How to Install ModMenu Badges Lib on Your Client

1

Install the Mod Loader Locally

Install fabric for your local Minecraft version.

2

Download the Matching File

Choose the ModMenu Badges Lib file for fabric and Minecraft 26.2.

3

Install Mod

Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.2, 26.1.2, 26.1.1 (+26 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Does ModMenu Badges Lib need to be installed on the Minecraft server?

No. Modrinth marks ModMenu Badges Lib as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.

Which version and loader does ModMenu Badges Lib require?

Use a file for fabric and your exact Minecraft version. Supported versions include 26.2, 26.1.2, 26.1.1. Files for different loaders are not interchangeable.

ModMenu Badges Lib is not working – what should I check?

First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.

Minecraft Server for Your Group

ModMenu Badges Lib stays on your client. Host a compatible world for your group.

Recommended RAM
4 GBfrom €5.2/mo
Minimum 3 GB | per 8 players
Create Server Now
Client Compatibility Guide
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

26.226.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.6+19 more