Hotbar Refill v2.0.3
10 Apr 2026
CurseForge · Hytale mod
Automatically refill your hotbar when running out of items if a replacement exists in your inventory. Extremely configurable!
Quick answer
Hotbar Stack Refill Hotbar Refill v2.0.3 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
Hotbar Refill v2.0.3. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Hotbar Stack Refill Hotbar Refill v2.0.3. Pick another file and the loader, install side or required mods may change.
Use Hotbar Refill v2.0.3. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside Hotbar Refill v2.0.3. It opens that exact file at the source.
About this project

Automatically refill your hotbar when running out of items if a replacement exists in your inventory.
Works with weapons and tools as well, refilling your slot when they break if a suitable replacement is found in your inventory.
Every feature of this mod is highly configurable individually, allowing you to customize the behavior to your liking!
Run out of blocks, foods, ammo, or really whatever? Hotbar Refill has got you covered!
Whenever you run out of an item in your hotbar, it will automatically search your inventory and backpack for a matching item and refill the hotbar slot!
Works with stackable items (e.g., blocks, food, arrows, etc.) as well as weapons and tools, making sure to give you only suitable replacements!
When an item gets replaced, you'll get a sound notification so you know when a refill has occurred.
The configuration is explained in details further below.
Examples of hotbar refills include:







Configuration is located at mods/CrystalNest_HotbarRefill/config.toml.
{
// Sound effect configuration.
"SoundEffect": {
// Whether to play the sound on refill.
"Enable": true,
// Sound effect ID to play on refill.
// Check the full list of in-game sounds here: https://hytalemodding.dev/en/docs/server/sounds
"ID": "SFX_Player_Pickup_Item"
},
// Inventory access configuration.
"InventoryAccess": {
// Whether to search in the hotbar for refill items.
"FromHotbar": false,
// Whether to search in the backpack for refill items.
"FromBackpack": true,
// Whether to search in the main storage for refill items.
"FromStorage": true,
// Whether to search in the utility slots for refill items.
"FromUtility": false,
// Priority order for searching inventory sections.
// NEVER REMOVE or ADD entries to this list, ONLY MOVE the existing ones around.
"Priority": [
"Storage",
"Backpack",
"Hotbar",
"Utility"
]
},
// Refill behavior configuration.
"RefillBehavior": {
// Categories of items to automatically refill when running out.
"Category": {
"Tool": true,
"Weapon": true,
"Block": true,
"Food": true,
"Potion": true,
"Other": true
},
// Matching strategy to use when searching for refill items.
// If false, only exact matches will be considered.
// If true, similar items will also be considered (e.g., any type of pickaxe for a broken pickaxe).
"Similar": {
"Tool": true,
"Weapon": true,
"Block": false,
"Food": true,
"Potion": false,
"Other": true
}
}
}
The default values are the ones shown above. Feel free to modify them to your liking!
If you encounter any issues or have suggestions for new features, please open an issue on the GitHub repository or hop into our Discord server and let us know!
Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.
This project is published under the Crystal Nest Community License v1.
Project description from CurseForge.
Recent files
10 Apr 2026
27 Jan 2026
27 Jan 2026
21 Jan 2026
16 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.