Mod
CustomHotbar
No reviews yet
CustomHotbar is a Forge client-side mod that lets you decorate the vanilla Minecraft hotbar with custom underlay and overlay textures.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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
|
|
|
|
|
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.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources