Balm Mod (1.21.11, 1.20.1) – Library for Developers

Available for:FabricForgeNeoForge

Balm is a library mod that provides a shared abstraction layer for multi-loader Minecraft mods, enabling developers to write code once and deploy across Fabric, Forge, and NeoForge without duplication. As a player, you only need to install Balm if another mod in your modpack lists it as a dependency.

Quick Answer: You should install Balm only if a mod you use requires it. It runs silently in the background as a shared library — it adds no gameplay features on its own, but it is essential for popular mods created by BlayTheNinth to function properly.

If you have ever tried installing a Minecraft mod only to be greeted by a crash screen demanding a missing library, you already understand the problem Balm solves. Developed by BlayTheNinth, Balm serves as the backbone for over 20 popular mods spanning content additions, quality-of-life improvements, and utility tools. With more than 39 million downloads across CurseForge and Modrinth, it has quietly become one of the most widely installed library mods in the Minecraft modding ecosystem. Its presence in so many modpacks speaks to the reliability that both developers and players have come to expect from it.

Key Features of Balm Mod

  • True Multi-Loader Support (NeoForge, Fabric, and Forge) — Balm allows mod developers to maintain a single codebase that works across all three major mod loaders. For players, this means the mods you depend on get faster updates and more consistent behavior regardless of which loader you prefer. You no longer have to worry about whether your favorite mod is available on your chosen platform.
  • All-Inclusive API with Zero Third-Party Dependencies — Everything from networking to configuration handling is built directly into Balm. This matters to players because fewer external dependencies means fewer points of failure when assembling a modpack. You install Balm and the mods that need it — no chasing down additional libraries.
  • Battle-Tested Across 20+ Mods — Balm is not a theoretical framework. It powers more than 20 of BlayTheNinth's own mods, including well-known titles used by millions of players. This extensive real-world usage means edge cases and bugs are caught and resolved quickly, giving you a more stable modded experience.
  • Uses Mojang Mappings with Official Tooling — Balm relies on official mod loader plugins and Mojang's own code mappings rather than custom build tooling. For the end user, this translates to better compatibility with other mods and fewer mysterious conflicts during load. The mod follows established standards rather than inventing its own.
  • Unified Third-Party Mod Integration — Balm provides built-in compatibility bridges for popular utility mods like Curios, Trinkets, Jade, and TheOneProbe. When a mod built on Balm wants to show tooltip information or interact with accessory slots, it works seamlessly without requiring you to install additional compatibility patches.
  • Snapshot Builds for Early Minecraft Versions — Balm offers snapshot builds that support Minecraft pre-releases and release candidates. If you like testing new Minecraft versions as soon as they drop, mods built on Balm are often among the first to have experimental support available.

Screenshots

How to Install Balm Mod

  1. Choose and install your preferred mod loader: Fabric, Forge, or NeoForge. Make sure the loader version matches your Minecraft version.
  2. If you are using Fabric, install Fabric API as well, since many Fabric-based mods expect it to be present alongside Balm.
  3. Download the correct Balm version for your Minecraft version and mod loader from the download section below. Double-check that you pick the right loader variant — Balm has separate files for Fabric, Forge, and NeoForge.
  4. Place the downloaded .jar file into your .minecraft/mods folder. If the folder does not exist, launch your game once with the mod loader installed to generate it.
  5. Launch Minecraft. Balm runs in the background with no configuration needed — if it loads without errors, you are ready to install any mod that depends on it.

Requirements & Compatibility

Detail Information
Mod Loaders Fabric, Forge, NeoForge
Minecraft Versions 1.20, 1.20.1, 1.21.1, 1.21.4, 1.21.5, 1.21.7 – 1.21.11, 26.1
Author BlayTheNinth
License All Rights Reserved
Last Updated March 28, 2026
Dependencies None (all-inclusive library)

What's New

  • Re-added Cloth Config support, restoring the popular configuration screen framework integration.
  • Re-added Configured support for an alternative in-game config UI option.
  • Restored Jade compatibility, allowing mods built on Balm to display block and entity tooltips again.
  • Re-added WTHIT (What The Hell Is That) support as another tooltip provider option.
  • Brought back Reborn Energy support for tech mods that use the energy system on Fabric.

Pros and Cons

Pros

  • Supports all three major mod loaders from a single library
  • No additional third-party dependencies required
  • Extensively tested across 20+ active mods
  • Frequent updates with support for latest Minecraft versions
  • Lightweight background library with no gameplay interference

Cons

  • Provides no player-facing features on its own — purely a developer dependency
  • Licensed as All Rights Reserved, limiting community contributions compared to open-source alternatives
  • Players must manually match the correct Balm version to their specific loader and Minecraft version

Alternatives to Balm Mod

  • Architectury API — Another popular multi-loader abstraction library that takes a similar approach to cross-platform mod development, used by a different set of mod authors.
  • Cloth Config API — A widely used configuration screen library for Fabric and Forge mods. While not a full abstraction layer like Balm, it handles the config UI side that many modpacks need.
  • Sinytra Connector — Takes a different approach entirely by attempting to run Forge mods on Fabric directly, rather than asking developers to write cross-platform code.

Download Balm Mod

Minecraft Version Fabric Forge NeoForge
For Minecraft 26.1 Download Download Download
For Minecraft 1.21.11 Download Download Download
For Minecraft 1.21.10 Download Download Download
For Minecraft 1.21.9 Download Download
For Minecraft 1.21.8 Download Download Download
For Minecraft 1.21.7 Download Download Download
For Minecraft 1.21.5 Download Download Download
For Minecraft 1.21.4 Download Download Download
For Minecraft 1.21.1 Download Download Download
For Minecraft 1.20.1 Download Download
For Minecraft 1.20 Download Download

Always download mods from official sources to stay safe.

Frequently Asked Questions

Does Balm add any new content or gameplay features to Minecraft?

No — Balm is strictly a background library mod with no player-facing content. It provides shared code that other mods rely on to function. You will not notice any changes to your game from Balm alone; it only becomes relevant when a mod you install lists it as a required dependency.

Can Balm let me run Forge mods on Fabric or vice versa?

No, Balm cannot make Forge mods run on Fabric or the other way around. It is a development tool that helps mod authors write code once and compile separate versions for each loader. As a player, you still need to download the version of each mod that matches your specific mod loader.

Is Balm safe to leave installed if no mods currently require it?

Yes — Balm is safe to keep in your mods folder even if nothing currently depends on it. It appears to be lightweight and runs passively without modifying any game behavior on its own. That said, removing unused mods is generally good practice to keep your load times minimal.

Which mods require Balm to work?

Over 20 mods by BlayTheNinth require Balm, and additional third-party mods may depend on it as well. Popular examples include Waystones, Cooking for Blockheads, and Crafting Tweaks. If a mod needs Balm, it will typically state so on its download page or show an error on launch if Balm is missing.

Does Balm work with Minecraft 26.1?

Yes — Balm supports Minecraft 26.1 across NeoForge, Forge, and Fabric loaders. It is actively maintained and was last updated on March 28, 2026, ensuring compatibility with the latest Minecraft release. Always download the version file that matches both your Minecraft version and your chosen mod loader.

Looking for more? Browse all Minecraft Mods on McInside.

Explore Minecraft Mods →

Click to rate this post!
[Total: 14 Average: 3.8]