Mineuniverse
Log in Register
Mods

CustomHotbar

CustomHotbar is a Forge client-side mod that lets you decorate the vanilla Minecraft hotbar with custom underlay and overlay textures.
by FrigidAmbiance
Download Claim this project
143 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Adventure and RPG KubeJS Mobs

CustomHotbar

CustomHotbar is a Forge client-side mod that lets you decorate the vanilla Minecraft hotbar with custom underlay and overlay textures.

It supports bundled textures, configurable texture paths, KubeJS asset loading, and an in-game reload command for quickly testing config or texture changes.

Features

  • Custom hotbar underlay texture
  • Custom hotbar overlay texture
  • Configurable X/Y positioning
  • Configurable texture dimensions
  • Configurable texture resource paths
  • Bundled fallback textures
  • KubeJS asset support
  • Client-side reload command
  • Forge GUI overlay ordering support

Screenshots

CustomHotbar screenshot 1
CustomHotbar screenshot 2
CustomHotbar screenshot 3
CustomHotbar screenshot 4
CustomHotbar screenshot 5

Requirements

  • Minecraft 1.20.1
  • Forge 47.x
  • KubeJS for Forge 1.20.1

Installation

Place the mod jar into your Minecraft mods folder:

{instance}/mods/customhotbar-1.0.*.jar

Since this mod depends on KubeJS, KubeJS must also be installed:

{instance}/mods/kubejs-forge-*.jar

Default Assets

The mod includes textures inside the jar, although these are transparent by default:

assets/customhotbar/textures/gui/underlay.png
assets/customhotbar/textures/gui/overlay.png

These are used automatically when no custom texture paths are configured, or when the configured texture cannot be found.

KubeJS Asset Support

You can provide custom textures through KubeJS assets.

Example folder structure:

{instance}/
  kubejs/
    assets/
      ce/
        textures/
          image/
            hotbar/
              underlay.png
              overlay.png

Example resource locations:

ce:textures/image/hotbar/underlay.png
ce:textures/image/hotbar/overlay.png

Configuration

After launching the game once, the client config file will be generated:

{instance}/config/customhotbar-client.toml

Example config:

[hotbar]
enabled = true

# Horizontal offset from centered hotbar position.
x_offset = 0

# Vertical offset from vanilla hotbar position.
y_offset = 0

# Overlay texture width.
width = 256

# Overlay texture height.
height = 55

# Leave blank to use the bundled default underlay.
underlay_path = ""

# Leave blank to use the bundled default overlay.
overlay_path = ""

Example using KubeJS textures:

[hotbar]
enabled = true
x_offset = 0
y_offset = 0
width = 256
height = 55
underlay_path = "ce:textures/image/hotbar/underlay.png"
overlay_path = "ce:textures/image/hotbar/overlay.png"

Reloading

Use the in-game command:

/customhotbar reload

Overlay Layering

CustomHotbar renders in two parts:

underlay -> vanilla hotbar/items -> overlay

The underlay is registered using Forge's lowest overlay ordering so it renders as far behind the hotbar as possible.

The overlay renders above the vanilla hotbar, but below items and other UI elements.

This allows textures like frames, borders, highlights, or decorations to appear above the hotbar while the background stays behind items and other normal GUI elements.

customhotbar-1.0.0.jar
MC Client, 1.20.1, Forge
Release 2026-05-14 Get

You Might Also Like

Piglin Proliferation
A mod that expands on piglins!
9,996,699
Resource Hogs
Adds pigs which can help players get resources.
9,974,524
Adorable Hamster Pets
3,000+ Wild Variants, Procedural Genetics, Shoulder Launching, Diamond Sniffing, Cheek Inventories, Personalities, 50+ Animations, Wander Modes, and much more!
999,507
Mobifier
A mod allowing you to modify the attributes of any mob. Change Health, Damage, and more!
996,451
The Radioactive Terror (Kaiju/Horror Mod)
Adds in a destructive beast, inspired by Gojira himself. A monster that's entirely player-activated, with a reward for beating it!
99,938
Souls like Bosses
This mod adds soulborne bosses, which can be encountered inside structures around your world.
99,687