Back to mods
Hotbar Stack Refill project artwork

CurseForge · Hytale mod

Hotbar Stack Refill

Automatically refill your hotbar when running out of items if a replacement exists in your inventory. Extremely configurable!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Hotbar Stack Refill release should I use?

Updated 4 months ago
Latest stable file Hotbar Refill v2.0.3
Game version Not listed
Mod system Built-in Hytale mod system

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

Where should Hotbar Stack Refill be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Hotbar Stack Refill Hotbar Refill v2.0.3 need?

Hotbar Refill v2.0.3. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add Hotbar Stack Refill without breaking your instance.

Built for Hotbar Stack Refill Hotbar Refill v2.0.3. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Hotbar Refill v2.0.3. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Hotbar Refill v2.0.3. It opens that exact file at the source.

About this project

What does Hotbar Stack Refill add?

Hotbar Refill banner


📝 Description

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!

Features

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:

  • Running out of block to place:
    Block refill
  • Running out of food to eat:
    Food refill
  • Tossing away items:
    Toss refill
  • Breaking a tool:
    Pickaxe refill
    Hoe refill
  • Breaking a weapon while fighting:
    Weapon refill
  • Keeping an eye on your ammo:
    Ammo refill

⚙️ Configuration

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!

🗳️ Issues and suggestions

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!

📜 License and right of use

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.

❤️ Support us

Crystal Nest WebsiteDiscordPatreonKo-fiOur other projectsModtaleCurseForge

Bisect Hosting

Project description from CurseForge.

Recent files

Hotbar Stack Refill releases and Hytale builds

5 of 5 releases match

Looking for an older file? The official CurseForge project page is in Resources.